diff --git a/bom/pom.xml b/bom/pom.xml new file mode 100644 index 0000000..83437c7 --- /dev/null +++ b/bom/pom.xml @@ -0,0 +1,51 @@ + + + 4.0.0 + + + io.getlime.core + lime-java-core-parent + 1.8.0-SNAPSHOT + + + core-bom + Bill of Materials for Wultra Core + pom + + + + + io.getlime.core + annotations + ${project.version} + + + + io.getlime.core + audit-base + ${project.version} + + + + io.getlime.core + http-common + ${project.version} + + + + io.getlime.core + rest-client-base + ${project.version} + + + + io.getlime.core + rest-model-base + ${project.version} + + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index bb5374f..a14123e 100644 --- a/pom.xml +++ b/pom.xml @@ -45,6 +45,7 @@ annotations audit-base + bom http-common rest-model-base rest-client-base