diff --git a/haiti-bom/pom.xml b/haiti-bom/pom.xml index 9e61d50..704b6d6 100644 --- a/haiti-bom/pom.xml +++ b/haiti-bom/pom.xml @@ -6,7 +6,7 @@ dev.struchkov.haiti haiti-bom - 0.0.3 + 0.0.4 pom Haiti BOM @@ -32,21 +32,24 @@ UTF-8 UTF-8 - 0.0.3 - 0.0.3 - 0.0.3 - 0.0.3 - 0.0.3 - 0.0.3 - 0.0.3 + 0.0.4 + 0.0.4 + 0.0.4 + 0.0.4 + 0.0.4 + 0.0.4 + 0.0.4 + 0.0.4 4.3.1 2.6.1 2.6.1 + 5.6.4.Final 2.2 7.16.3 1.7.33 + 1.0.1 1.6.8 3.9.0 @@ -62,11 +65,6 @@ haiti-exception ${haiti.exception.ver} - - dev.struchkov.haiti - haiti-context - ${haiti.exception.ver} - dev.struchkov.haiti haiti-context @@ -92,6 +90,16 @@ haiti-utils ${haiti.utils.ver} + + dev.struchkov.haiti.utils + haiti-utils-network + ${haiti.utils.network.ver} + + + dev.struchkov.haiti.data + haiti-database + ${haiti.database.ver} + org.elasticsearch @@ -130,6 +138,21 @@ ${slf4j.ver} + + + org.hibernate + hibernate-core + ${hibernate.core.ver} + + + + + com.google.auto.service + auto-service + ${google.auto.service.ver} + provided + true + @@ -159,31 +182,6 @@ release - - - central - Central Repository - https://repo.maven.apache.org/maven2 - default - - false - - - never - - - - - - central - Central Repository - https://repo.maven.apache.org/maven2 - default - - false - - - diff --git a/haiti-context/pom.xml b/haiti-context/pom.xml index 1c62f17..8335d04 100644 --- a/haiti-context/pom.xml +++ b/haiti-context/pom.xml @@ -6,7 +6,7 @@ dev.struchkov.haiti haiti - 0.0.3 + 0.0.4 haiti-context diff --git a/haiti-context/src/main/java/module-info.java b/haiti-context/src/main/java/module-info.java index f9b2d37..2876ed6 100644 --- a/haiti-context/src/main/java/module-info.java +++ b/haiti-context/src/main/java/module-info.java @@ -1,9 +1,12 @@ module haiti.context { exports dev.struchkov.haiti.context.service.simple; exports dev.struchkov.haiti.context.repository.simple; + exports dev.struchkov.haiti.context.page.impl; exports dev.struchkov.haiti.context.repository; exports dev.struchkov.haiti.context.domain; exports dev.struchkov.haiti.context.service; exports dev.struchkov.haiti.context.page; + exports dev.struchkov.haiti.context.enums; + requires transitive haiti.utils; } \ No newline at end of file diff --git a/haiti-core/pom.xml b/haiti-core/pom.xml index ab4d6ec..9910725 100644 --- a/haiti-core/pom.xml +++ b/haiti-core/pom.xml @@ -6,7 +6,7 @@ dev.struchkov.haiti haiti - 0.0.3 + 0.0.4 haiti-core diff --git a/haiti-exception/pom.xml b/haiti-exception/pom.xml index 408f1a0..b91119f 100644 --- a/haiti-exception/pom.xml +++ b/haiti-exception/pom.xml @@ -2,12 +2,12 @@ - - haiti - dev.struchkov.haiti - 0.0.3 - 4.0.0 + + dev.struchkov.haiti + haiti + 0.0.4 + haiti-exception ${haiti.exception.ver} diff --git a/haiti-filter/pom.xml b/haiti-filter/pom.xml index 9b7845c..eecd82d 100644 --- a/haiti-filter/pom.xml +++ b/haiti-filter/pom.xml @@ -6,7 +6,7 @@ dev.struchkov.haiti haiti - 0.0.3 + 0.0.4 haiti-filter diff --git a/haiti-utils/pom.xml b/haiti-utils/pom.xml index d5b76a5..b7daba3 100644 --- a/haiti-utils/pom.xml +++ b/haiti-utils/pom.xml @@ -2,12 +2,12 @@ + 4.0.0 dev.struchkov.haiti haiti - 0.0.3 + 0.0.4 - 4.0.0 Haiti Utils Utility useful things diff --git a/haiti-utils/src/main/java/module-info.java b/haiti-utils/src/main/java/module-info.java index 6cd64e6..e123653 100644 --- a/haiti-utils/src/main/java/module-info.java +++ b/haiti-utils/src/main/java/module-info.java @@ -1,6 +1,5 @@ module haiti.utils { - requires haiti.exception; - exports dev.struchkov.haiti.utils; + requires haiti.exception; } \ No newline at end of file diff --git a/pom.xml b/pom.xml index 41433b4..dc35cf9 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ dev.struchkov.haiti haiti - 0.0.3 + 0.0.4 pom Haiti Framework @@ -39,14 +39,14 @@ UTF-8 UTF-8 - 0.0.3 - 0.0.3 - 0.0.3 - 0.0.3 - 0.0.3 - 0.0.3 - 0.0.3 - 0.0.3 + 0.0.4 + 0.0.4 + 0.0.4 + 0.0.4 + 0.0.4 + 0.0.4 + 0.0.4 + 0.0.4 3.9.0 1.6.8 @@ -60,7 +60,7 @@ dev.struchkov.haiti haiti-bom - 0.0.3 + 0.0.4 pom import @@ -124,7 +124,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.9.0 + ${plugin.maven.compiler.ver} ${java.version} ${java.version}