aboutsummaryrefslogtreecommitdiffstats
path: root/optical-service/provider/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2021-10-06 09:01:24 -0400
committerDan Timoney <dtimoney@att.com>2021-10-06 09:01:24 -0400
commitcd414dcea712f17a21ce71bd01d4e3ad8cbacf14 (patch)
treef815824bf7b090b77f17bd141a178ef8b71162c4 /optical-service/provider/pom.xml
parentfaa2df531dd1e1e77a294832df69ce5ab830a13e (diff)
Remove explicit versions
Remove explicit versions and use versions defined in parent pom Issue-ID: SDNC-1611 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I5c6418354176103fe853de1f4b25acbfe8341f5f
Diffstat (limited to 'optical-service/provider/pom.xml')
-rw-r--r--optical-service/provider/pom.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/optical-service/provider/pom.xml b/optical-service/provider/pom.xml
index fb6b51ab..154a0246 100644
--- a/optical-service/provider/pom.xml
+++ b/optical-service/provider/pom.xml
@@ -18,7 +18,6 @@
<properties>
<sdnc.northbound.version>${project.version}</sdnc.northbound.version>
- <ccsdk.sli.version>1.4.0-SNAPSHOT</ccsdk.sli.version>
</properties>
<dependencies>
@@ -56,12 +55,10 @@
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-engine-core</artifactId>
- <version>2.0</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
- <version>1.9</version>
</dependency>
<dependency>
<groupId>org.opendaylight.mdsal</groupId>