summaryrefslogtreecommitdiffstats
path: root/blueprints-processor/adaptors/rest-adaptor-provider/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-02-12 19:48:20 +0000
committerGerrit Code Review <gerrit@onap.org>2019-02-12 19:48:20 +0000
commitbfb7f89289154201b4a854dd6e6d75be2ca3bbd7 (patch)
treee5369ed97f060a857b6c9712eb0a9c927480f522 /blueprints-processor/adaptors/rest-adaptor-provider/pom.xml
parent3d202a04b99f0e61b6ccf8b7a5610e1a15ca58e7 (diff)
parent898d21e7849c8737bc432a843dd465a455d9786b (diff)
Merge "Fix to properties load for blueprints-processor"
Diffstat (limited to 'blueprints-processor/adaptors/rest-adaptor-provider/pom.xml')
-rw-r--r--blueprints-processor/adaptors/rest-adaptor-provider/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/blueprints-processor/adaptors/rest-adaptor-provider/pom.xml b/blueprints-processor/adaptors/rest-adaptor-provider/pom.xml
index af272f6bb..98f1fdbf6 100644
--- a/blueprints-processor/adaptors/rest-adaptor-provider/pom.xml
+++ b/blueprints-processor/adaptors/rest-adaptor-provider/pom.xml
@@ -69,6 +69,11 @@
<version>${eelf.version}</version>
</dependency>
<dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.core</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>