diff options
author | Dan Timoney <dtimoney@att.com> | 2021-10-06 09:01:24 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-10-06 09:01:24 -0400 |
commit | cd414dcea712f17a21ce71bd01d4e3ad8cbacf14 (patch) | |
tree | f815824bf7b090b77f17bd141a178ef8b71162c4 | |
parent | faa2df531dd1e1e77a294832df69ce5ab830a13e (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
-rw-r--r-- | generic-resource-api/provider/pom.xml | 4 | ||||
-rw-r--r-- | optical-service/provider/pom.xml | 3 | ||||
-rw-r--r-- | vnftools/provider/pom.xml | 1 |
3 files changed, 0 insertions, 8 deletions
diff --git a/generic-resource-api/provider/pom.xml b/generic-resource-api/provider/pom.xml index 52d8eb5b..6dd6f5e0 100644 --- a/generic-resource-api/provider/pom.xml +++ b/generic-resource-api/provider/pom.xml @@ -16,10 +16,6 @@ <name>sdnc-northbound :: generic-resource-api :: ${project.artifactId}</name> - <properties> - <ccsdk.sli.version>1.4.0-SNAPSHOT</ccsdk.sli.version> - </properties> - <dependencies> <dependency> <groupId>org.onap.sdnc.northbound</groupId> 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> diff --git a/vnftools/provider/pom.xml b/vnftools/provider/pom.xml index bc77e707..01d73b84 100644 --- a/vnftools/provider/pom.xml +++ b/vnftools/provider/pom.xml @@ -18,7 +18,6 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <ccsdk.sli.version>1.4.0-SNAPSHOT</ccsdk.sli.version> </properties> <dependencies> |