aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/apigateway/provider/pom.xml
diff options
context:
space:
mode:
authorMichael Dürre <michael.duerre@highstreet-technologies.com>2020-01-30 12:30:58 +0100
committerKAPIL SINGAL <ks220y@att.com>2020-01-31 20:58:11 +0000
commitfb121a32b8b3431e37d2b73a63aac8055983f8f2 (patch)
tree1674d0395da57f4a92531f3d35508c58ff904f60 /sdnr/wt/apigateway/provider/pom.xml
parent84cf604e3f06942a62ae0478327ec6100787761e (diff)
update apigateway
removed unused code and services Issue-ID: SDNC-1027 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: Ia126ed7fcc18331858c502409384cbc0570d6be7
Diffstat (limited to 'sdnr/wt/apigateway/provider/pom.xml')
-rw-r--r--sdnr/wt/apigateway/provider/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/sdnr/wt/apigateway/provider/pom.xml b/sdnr/wt/apigateway/provider/pom.xml
index 30d2d68d0..a4983c569 100644
--- a/sdnr/wt/apigateway/provider/pom.xml
+++ b/sdnr/wt/apigateway/provider/pom.xml
@@ -38,6 +38,11 @@
<artifactId>servlet-api</artifactId>
</dependency>
<dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.core</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</dependency>