Adding missing akka and sshd-core in dependencies bom's
[ccsdk/parent.git] / dependencies-odl-bom / pom.xml
index 060345a..5b622de 100644 (file)
                 <artifactId>elasticsearch-rest-client</artifactId>
                 <version>6.4.3</version>
             </dependency>
-            <!-- Using dmaapClient 1.1.5 as SLI needs java package as com.att.nsa.mr and dmaapClient 1.1.12 has org.onap.dmaap.mr -->
             <dependency>
                 <groupId>org.onap.dmaap.messagerouter.dmaapclient</groupId>
                 <artifactId>dmaapClient</artifactId>
-                <version>1.1.5</version>
+                <version>1.1.12</version>
             </dependency>
             <!-- Below provides javax.annotations -->
             <dependency>
                 <groupId>javax.xml.bind</groupId>
                 <artifactId>jaxb-api</artifactId>
                 <version>2.3.1</version>
+                <exclusions>
+                    <exclusion>
+                        <groupId>*</groupId>
+                        <artifactId>*</artifactId>
+                    </exclusion>
+                </exclusions>
+            </dependency>
+            <dependency>
+                <groupId>jakarta.activation</groupId>
+                <artifactId>jakarta.activation-api</artifactId>
+                <version>2.0.1</version>
             </dependency>
             <!-- Below provides javax.jws -->
             <dependency>
                 <artifactId>listenablefuture</artifactId>
                 <version>9999.0-empty-to-avoid-conflict-with-guava</version>
             </dependency>
+            <!-- Below is no longer packaged within ODL distribution -->
+            <dependency>
+                <groupId>com.typesafe.akka</groupId>
+                <artifactId>akka-bom_2.13</artifactId>
+                <version>2.6.12</version>
+                <type>pom</type>
+                <scope>import</scope>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.sshd</groupId>
+                <artifactId>sshd-core</artifactId>
+                <version>1.7.0</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>