summaryrefslogtreecommitdiffstats
path: root/appc-directed-graph/appc-dgraph/provider/pom.xml
diff options
context:
space:
mode:
authorPatrick Brady <patrick.brady@att.com>2019-09-05 12:12:34 -0700
committerPatrick Brady <patrick.brady@att.com>2019-09-05 12:58:53 -0700
commitaa9685086bc7c9094aca1f11280f9db2434810d7 (patch)
tree68a37bd3d0ef92a06c78c1b8725704daa8b3821d /appc-directed-graph/appc-dgraph/provider/pom.xml
parentf2c1c952765c0a4df2545ebec7b7f6e5c59617b1 (diff)
Changes to remove maven-staging-plugin
Root pom ccsdk version updated to latest and dependency versions are fixed so that they are compliant with the maven enforcer plugin. Change-Id: If85006519678a14af6ace21268eb0bfc195e4215 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1686
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>