diff options
Diffstat (limited to 'northbound/daexim-offsite-backup')
-rwxr-xr-x | northbound/daexim-offsite-backup/installer/pom.xml | 2 | ||||
-rwxr-xr-x | northbound/daexim-offsite-backup/model/pom.xml | 3 | ||||
-rwxr-xr-x | northbound/daexim-offsite-backup/pom.xml | 2 | ||||
-rwxr-xr-x | northbound/daexim-offsite-backup/provider/pom.xml | 30 |
4 files changed, 18 insertions, 19 deletions
diff --git a/northbound/daexim-offsite-backup/installer/pom.xml b/northbound/daexim-offsite-backup/installer/pom.xml index 551c5b72a..0e4fb8d56 100755 --- a/northbound/daexim-offsite-backup/installer/pom.xml +++ b/northbound/daexim-offsite-backup/installer/pom.xml @@ -14,7 +14,7 @@ <version>1.2.1-SNAPSHOT</version> <packaging>pom</packaging> - <name>ccsdk-sli-northbound :: daexim-offsite-backup :: ${project.artifactId}</name> + <name>ccsdk-sli-northbound :: ${project.artifactId}</name> <properties> <application.name>ccsdk-daexim-offsite-backup</application.name> diff --git a/northbound/daexim-offsite-backup/model/pom.xml b/northbound/daexim-offsite-backup/model/pom.xml index a40283e3b..8edccbb6c 100755 --- a/northbound/daexim-offsite-backup/model/pom.xml +++ b/northbound/daexim-offsite-backup/model/pom.xml @@ -14,7 +14,7 @@ <version>1.2.1-SNAPSHOT</version> <packaging>bundle</packaging> - <name>ccsdk-sli-northbound :: daexim-offsite-backup :: ${project.artifactId}</name> + <name>ccsdk-sli-northbound :: ${project.artifactId}</name> <dependencies> <dependency> @@ -22,6 +22,5 @@ <artifactId>rfc6991</artifactId> </dependency> - </dependencies> </project> diff --git a/northbound/daexim-offsite-backup/pom.xml b/northbound/daexim-offsite-backup/pom.xml index 0733e51b4..71af57ce1 100755 --- a/northbound/daexim-offsite-backup/pom.xml +++ b/northbound/daexim-offsite-backup/pom.xml @@ -14,7 +14,7 @@ <version>1.2.1-SNAPSHOT</version> <packaging>pom</packaging> - <name>ccsdk-sli-northbound :: daexim-offsite-backup</name> + <name>ccsdk-sli-northbound :: ${project.artifactId}</name> <description>ODL feature used for transferring MD-SAL data to an offsite location.</description> <modules> diff --git a/northbound/daexim-offsite-backup/provider/pom.xml b/northbound/daexim-offsite-backup/provider/pom.xml index af8cd5126..f661878a5 100755 --- a/northbound/daexim-offsite-backup/provider/pom.xml +++ b/northbound/daexim-offsite-backup/provider/pom.xml @@ -14,7 +14,7 @@ <version>1.2.1-SNAPSHOT</version> <packaging>bundle</packaging> - <name>ccsdk-sli-northbound :: daexim-offsite-backup :: ${project.artifactId}</name> + <name>ccsdk-sli-northbound :: ${project.artifactId}</name> <dependencies> <dependency> @@ -35,18 +35,18 @@ <artifactId>mdsal-binding-test-model</artifactId> <scope>test</scope> </dependency> -<!-- <dependency> --> -<!-- <groupId>org.opendaylight.controller</groupId> --> -<!-- <artifactId>sal-binding-broker-impl</artifactId> --> -<!-- <scope>test</scope> --> -<!-- </dependency> --> -<!-- <dependency> --> -<!-- <groupId>org.opendaylight.controller</groupId> --> -<!-- <artifactId>sal-binding-broker-impl</artifactId> --> -<!-- <type>test-jar</type> --> -<!-- <classifier>tests</classifier> --> -<!-- <scope>test</scope> --> -<!-- </dependency> --> + <!-- <dependency> --> + <!-- <groupId>org.opendaylight.controller</groupId> --> + <!-- <artifactId>sal-binding-broker-impl</artifactId> --> + <!-- <scope>test</scope> --> + <!-- </dependency> --> + <!-- <dependency> --> + <!-- <groupId>org.opendaylight.controller</groupId> --> + <!-- <artifactId>sal-binding-broker-impl</artifactId> --> + <!-- <type>test-jar</type> --> + <!-- <classifier>tests</classifier> --> + <!-- <scope>test</scope> --> + <!-- </dependency> --> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> @@ -62,8 +62,8 @@ <version>${project.version}</version> </dependency> <dependency> - <groupId>com.google.code.findbugs</groupId> - <artifactId>annotations</artifactId> + <groupId>com.google.code.findbugs</groupId> + <artifactId>annotations</artifactId> </dependency> <dependency> <groupId>junit</groupId> |