diff options
Diffstat (limited to 'netbox-client/features/ccsdk-netbox-client')
-rw-r--r-- | netbox-client/features/ccsdk-netbox-client/pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/netbox-client/features/ccsdk-netbox-client/pom.xml b/netbox-client/features/ccsdk-netbox-client/pom.xml index e2f0bb2e..9087ec9e 100644 --- a/netbox-client/features/ccsdk-netbox-client/pom.xml +++ b/netbox-client/features/ccsdk-netbox-client/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.0</version> <relativePath/> </parent> @@ -32,6 +32,11 @@ <name>ccsdk-sli-adaptors :: netbox-client :: ${project.artifactId}</name> + <properties> + <skip.karaf.featureTest>true</skip.karaf.featureTest> + </properties> + + <dependencies> <dependency> <groupId>org.opendaylight.controller</groupId> |