diff options
-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> |