Release odlparent
[odlparent.git] / features / odl-jersey-2 / pom.xml
index cc6229f35c8cf6f6d62d6dce807d7ba9a117d022..57f7f5e5366c1a795f350b5e109fdd16db5ab55a 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>7.0.4-SNAPSHOT</version>
+        <version>13.1.1</version>
         <relativePath>../../single-feature-parent</relativePath>
     </parent>
 
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odl-jersey-2</artifactId>
-    <version>7.0.4-SNAPSHOT</version>
+    <version>13.1.1</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: Jersey 2.x</name>
             <classifier>features</classifier>
             <type>xml</type>
         </dependency>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>odl-jakarta-activation-api</artifactId>
+            <classifier>features</classifier>
+            <type>xml</type>
+        </dependency>
 
+        <dependency>
+            <groupId>org.glassfish.jersey.inject</groupId>
+            <artifactId>jersey-hk2</artifactId>
+            <exclusions>
+                <!-- Provided by org.glassfish.hk2.external/javax.inject, which is a proper bundle. That probably
+                     should also be excluded and we should rely on whatever is recommended for Karaf. -->
+                <exclusion>
+                    <groupId>javax.inject</groupId>
+                    <artifactId>javax.inject</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
         <dependency>
             <groupId>org.glassfish.jersey.core</groupId>
             <artifactId>jersey-client</artifactId>