diff options
Diffstat (limited to 'sdnr/northbound/addCMHandle/installer/pom.xml')
-rwxr-xr-x | sdnr/northbound/addCMHandle/installer/pom.xml | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/sdnr/northbound/addCMHandle/installer/pom.xml b/sdnr/northbound/addCMHandle/installer/pom.xml index 4ea1e5e41..41c14d08b 100755 --- a/sdnr/northbound/addCMHandle/installer/pom.xml +++ b/sdnr/northbound/addCMHandle/installer/pom.xml @@ -19,7 +19,8 @@ ~ ============LICENSE_END======================================================= ~ --> -<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> @@ -42,15 +43,10 @@ </properties> <dependencies> - <dependency> - <groupId>org.opendaylight.controller</groupId> - <artifactId>sal-binding-broker-impl</artifactId> - <version>1.11.3</version> - <scope>test</scope> - </dependency> + <dependency> <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId> - <artifactId>addCMHandle-feature</artifactId> + <artifactId>${application.name}-feature</artifactId> <version>${project.version}</version> <type>xml</type> <classifier>features</classifier> |