aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/apigateway/provider/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sdnr/wt/apigateway/provider/pom.xml')
-rw-r--r--sdnr/wt/apigateway/provider/pom.xml11
1 files changed, 8 insertions, 3 deletions
diff --git a/sdnr/wt/apigateway/provider/pom.xml b/sdnr/wt/apigateway/provider/pom.xml
index c1df99569..f6e52a814 100644
--- a/sdnr/wt/apigateway/provider/pom.xml
+++ b/sdnr/wt/apigateway/provider/pom.xml
@@ -29,7 +29,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>binding-parent</artifactId>
- <version>2.1.0</version>
+ <version>2.1.1-SNAPSHOT</version>
<relativePath/>
</parent>
@@ -41,13 +41,13 @@
<name>ccsdk-features :: ${project.artifactId}</name>
<properties>
- <checkstyle.skip>true</checkstyle.skip>
+ <maven.javadoc.skip>true</maven.javadoc.skip>
</properties>
<dependencies>
<dependency>
<groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
+ <artifactId>javax.servlet-api</artifactId>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
@@ -67,6 +67,11 @@
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>sdnr-wt-common</artifactId>
+ <version>${project.version}</version>
+ </dependency>
</dependencies>
<build>