]> source.dussan.org Git - archiva.git/commitdiff
fix upperbound
authorOlivier Lamy <olamy@apache.org>
Wed, 3 Aug 2022 10:28:58 +0000 (20:28 +1000)
committerOlivier Lamy <olamy@apache.org>
Wed, 3 Aug 2022 10:28:58 +0000 (20:28 +1000)
Signed-off-by: Olivier Lamy <olamy@apache.org>
pom.xml

diff --git a/pom.xml b/pom.xml
index 3ab14e0278b62faf9233cde940e63a3adafcfe48..b7279d3697755e4f609fab0c012975a99f67493a 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <version>${cxf.version}</version>
       </dependency>
 
+      <dependency>
+        <groupId>org.osgi</groupId>
+        <artifactId>org.osgi.compendium</artifactId>
+        <version>5.0.0</version>
+      </dependency>
+      <dependency>
+        <groupId>org.graalvm.nativeimage</groupId>
+        <artifactId>svm</artifactId>
+        <version>21.0.0.2</version>
+      </dependency>
+
     </dependencies>
   </dependencyManagement>