From 0e6090c73470beb91a4c89e1d63eb2016dd61e71 Mon Sep 17 00:00:00 2001 From: Lubos Racansky Date: Tue, 12 Sep 2023 08:58:10 +0200 Subject: [PATCH] Fix #214: Introduce maven bom --- bom/pom.xml | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ pom.xml | 1 + 2 files changed, 52 insertions(+) create mode 100644 bom/pom.xml 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 766bcb5..491f9ea 100644 --- a/pom.xml +++ b/pom.xml @@ -45,6 +45,7 @@ annotations audit-base + bom http-common rest-model-base rest-client-base