summaryrefslogtreecommitdiffstats
path: root/dependencies-odl-bom/pom.xml
diff options
context:
space:
mode:
authorSingal, Kapil (ks220y) <ks220y@att.com>2021-06-09 17:31:32 -0400
committerKAPIL SINGAL <ks220y@att.com>2021-06-10 13:19:34 +0000
commit7bc072ef7a8690b655daa7586a8ea76ebf308ba1 (patch)
tree879c79d409c8bd70f8cb58c5a554c61adfd512cc /dependencies-odl-bom/pom.xml
parentdffc2f59ab7e8e35945eea56cb83f1a0e2a26153 (diff)
Adding missing akka and sshd-core in dependencies bom's
oparent and standaloneParent poms - Adding distributionManagement section - Replacing hardocded nexus url with properties variable Issue-ID: CCSDK-3329 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: Ifaa84b695ae45f0de7c431af3489d9b33d4b9fce
Diffstat (limited to 'dependencies-odl-bom/pom.xml')
-rw-r--r--dependencies-odl-bom/pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/dependencies-odl-bom/pom.xml b/dependencies-odl-bom/pom.xml
index f8d5af5a..5b622de6 100644
--- a/dependencies-odl-bom/pom.xml
+++ b/dependencies-odl-bom/pom.xml
@@ -156,6 +156,19 @@
<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>