summaryrefslogtreecommitdiffstats
path: root/appc-directed-graph/dg-loader/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/dg-loader/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/dg-loader/provider/pom.xml')
-rw-r--r--appc-directed-graph/dg-loader/provider/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/appc-directed-graph/dg-loader/provider/pom.xml b/appc-directed-graph/dg-loader/provider/pom.xml
index 2abeb12a7..0c96cff96 100644
--- a/appc-directed-graph/dg-loader/provider/pom.xml
+++ b/appc-directed-graph/dg-loader/provider/pom.xml
@@ -64,6 +64,11 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.core</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>