Updating parent poms as per Silicon onap-karaf:0.14.0 package
[ccsdk/parent.git] / dependencies-bom / pom.xml
index fac9645..7159584 100644 (file)
@@ -44,6 +44,7 @@
             <dependency>
                 <groupId>com.fasterxml.jackson</groupId>
                 <artifactId>jackson-bom</artifactId>
+                <!-- ODL Aluminum has 2.10.5 -->
                 <version>2.11.4</version>
                 <type>pom</type>
                 <scope>import</scope>
                 <artifactId>javaee-api</artifactId>
                 <version>7.0</version>
             </dependency>
+            <!-- Below provides javax.annotations -->
+            <dependency>
+                <groupId>com.google.code.findbugs</groupId>
+                <artifactId>annotations</artifactId>
+                <version>3.0.1</version>
+            </dependency>
             <dependency>
                 <groupId>javax.annotation</groupId>
                 <artifactId>javax.annotation-api</artifactId>
-                <version>1.3</version>
+                <version>1.3.1</version>
                 <optional>true</optional>
             </dependency>
             <dependency>
             <dependency>
                 <groupId>javax.ws.rs</groupId>
                 <artifactId>javax.ws.rs-api</artifactId>
-                <version>2.1</version>
+                <version>2.1.1</version>
+            </dependency>
+            <!-- Below provides javax.jws -->
+            <dependency>
+                <groupId>com.sun.xml.ws</groupId>
+                <artifactId>jaxws-ri</artifactId>
+                <version>2.3.4</version>
+                <type>pom</type>
             </dependency>
             <dependency>
                 <groupId>javax.xml.bind</groupId>
             <dependency>
                 <groupId>org.apache.commons</groupId>
                 <artifactId>commons-lang3</artifactId>
-                <version>3.8.1</version>
+                <version>3.11</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.commons</groupId>
                 <artifactId>commons-text</artifactId>
-                <version>1.6</version>
+                <version>1.9</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.derby</groupId>
             <dependency>
                 <groupId>org.glassfish.jersey</groupId>
                 <artifactId>jersey-bom</artifactId>
+                <!-- ODL has 2.27 -->
                 <version>2.29.1</version>
                 <type>pom</type>
                 <scope>import</scope>
             <dependency>
                 <groupId>org.json</groupId>
                 <artifactId>json</artifactId>
+                <!-- ODL has 20131018 -->
                 <version>20201115</version>
             </dependency>
             <dependency>
                 <groupId>org.jsoup</groupId>
                 <artifactId>jsoup</artifactId>
+                <!-- ODL has 1.8.3 -->
                 <version>1.12.1</version>
             </dependency>
             <dependency>
             <dependency>
                 <groupId>org.slf4j</groupId>
                 <artifactId>slf4j-api</artifactId>
+                <!-- ODL has 1.7.28 -->
                 <version>1.7.30</version>
             </dependency>
             <dependency>