summaryrefslogtreecommitdiffstats
path: root/dependencies-bom
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-bom
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-bom')
-rw-r--r--dependencies-bom/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/dependencies-bom/pom.xml b/dependencies-bom/pom.xml
index 2e35c873..f89b7a7c 100644
--- a/dependencies-bom/pom.xml
+++ b/dependencies-bom/pom.xml
@@ -321,6 +321,11 @@
<artifactId>testng</artifactId>
<version>6.14.3</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.sshd</groupId>
+ <artifactId>sshd-core</artifactId>
+ <version>1.7.0</version>
+ </dependency>
</dependencies>
</dependencyManagement>
<dependencies>