This is an automated email from the ASF dual-hosted git repository.

bchapuis pushed a commit to branch workflow
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git

commit 8ad99cf2702984c7df4bfe2da021a456d18c316d
Author: Bertil Chapuis <[email protected]>
AuthorDate: Thu Nov 16 23:36:42 2023 +0100

    Add dependency to hk2
---
 baremaps-core/pom.xml |  8 ++++++++
 pom.xml               | 11 +++++++++++
 2 files changed, 19 insertions(+)

diff --git a/baremaps-core/pom.xml b/baremaps-core/pom.xml
index 2b40f130..bd424dc0 100644
--- a/baremaps-core/pom.xml
+++ b/baremaps-core/pom.xml
@@ -102,6 +102,14 @@ limitations under the License.
       <groupId>org.apache.lucene</groupId>
       <artifactId>lucene-spatial-extras</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.glassfish.hk2</groupId>
+      <artifactId>hk2-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.glassfish.hk2</groupId>
+      <artifactId>hk2-locator</artifactId>
+    </dependency>
     <dependency>
       <groupId>org.graalvm.js</groupId>
       <artifactId>js</artifactId>
diff --git a/pom.xml b/pom.xml
index 7bb72aff..54a75195 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,6 +91,7 @@ limitations under the License.
     <version.lib.graalvm>23.0.2</version.lib.graalvm>
     <version.lib.guava>32.1.3-jre</version.lib.guava>
     <version.lib.hikari>5.0.1</version.lib.hikari>
+    <version.lib.hk2>2.6.1</version.lib.hk2>
     <version.lib.ipresource>1.52</version.lib.ipresource>
     <version.lib.jackson>2.13.0</version.lib.jackson>
     <version.lib.jakarta>2.1.6</version.lib.jakarta>
@@ -342,6 +343,16 @@ limitations under the License.
         <version>${version.lib.awaitability}</version>
         <scope>test</scope>
       </dependency>
+      <dependency>
+        <groupId>org.glassfish.hk2</groupId>
+        <artifactId>hk2-api</artifactId>
+        <version>${version.lib.hk2}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.glassfish.hk2</groupId>
+        <artifactId>hk2-locator</artifactId>
+        <version>${version.lib.hk2}</version>
+      </dependency>
       <dependency>
         <groupId>org.glassfish.jersey</groupId>
         <artifactId>jersey-bom</artifactId>

Reply via email to