aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2021-08-03 11:34:57 -0400
committerDan Timoney <dtimoney@att.com>2021-08-03 11:34:57 -0400
commit2b10c5e0c98c241e933b51dc18748643cd551d38 (patch)
treebcc48d6980f1a8e2e60c0a2ac9a63b646cc92145
parentdaab14bd058de198c80b71d63e108fd788b7f5ee (diff)
Move netty-ssl definition to springboot parent
Move definition of netty ssl version to springboot parent pom so that it can be kept in sync with spring boot Issue-ID: CCSDK-3291 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I4f5dd414ab50f023126a4e2d62f72124fc5c3284
-rwxr-xr-xms/blueprintsprocessor/parent/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/ms/blueprintsprocessor/parent/pom.xml b/ms/blueprintsprocessor/parent/pom.xml
index 1b313050f..f23f5171c 100755
--- a/ms/blueprintsprocessor/parent/pom.xml
+++ b/ms/blueprintsprocessor/parent/pom.xml
@@ -45,7 +45,8 @@
<json.unit.version>2.8.0</json.unit.version>
<xmlunit.version>2.6.3</xmlunit.version>
- <netty-ssl>2.0.26.Final</netty-ssl>
+
+
<sshd.version>2.2.0</sshd.version>
<jsch.version>0.1.55</jsch.version>
<jslt.version>0.1.8</jslt.version>