diff options
Diffstat (limited to 'asdcApi/features/ccsdk-asdcApi')
-rw-r--r-- | asdcApi/features/ccsdk-asdcApi/pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/asdcApi/features/ccsdk-asdcApi/pom.xml b/asdcApi/features/ccsdk-asdcApi/pom.xml index d26c9485..734d2cb7 100644 --- a/asdcApi/features/ccsdk-asdcApi/pom.xml +++ b/asdcApi/features/ccsdk-asdcApi/pom.xml @@ -6,7 +6,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> @@ -17,6 +17,11 @@ <name>ccsdk-sli-northbound :: asdcApi :: ${project.artifactId}</name> + + <properties> + <skip.karaf.featureTest>true</skip.karaf.featureTest> + </properties> + <dependencyManagement> <dependencies> <dependency> |