summaryrefslogtreecommitdiffstats
path: root/appc-directed-graph/appc-dgraph/provider/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'appc-directed-graph/appc-dgraph/provider/pom.xml')
-rw-r--r--appc-directed-graph/appc-dgraph/provider/pom.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/appc-directed-graph/appc-dgraph/provider/pom.xml b/appc-directed-graph/appc-dgraph/provider/pom.xml
index c9c078700..e4becb82d 100644
--- a/appc-directed-graph/appc-dgraph/provider/pom.xml
+++ b/appc-directed-graph/appc-dgraph/provider/pom.xml
@@ -49,7 +49,10 @@
<artifactId>eelf-core</artifactId>
<version>${eelf.version}</version>
</dependency>
-
+ <dependency>
+ <groupId>org.opendaylight.controller</groupId>
+ <artifactId>sal-binding-api</artifactId>
+ </dependency>
<dependency>
<groupId>org.onap.appc.plugins</groupId>
<artifactId>dg-loader-provider</artifactId>
@@ -68,6 +71,11 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.core</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
<groupId>org.codehaus.jettison</groupId>
<artifactId>jettison</artifactId>
<version>1.3.7</version>