summaryrefslogtreecommitdiffstats
path: root/blueprints-processor/adaptors/rest-adaptor-provider/pom.xml
diff options
context:
space:
mode:
authorAlexis de Talhouët <adetalhouet89@gmail.com>2019-02-11 13:45:30 -0500
committerAlexis de Talhouët <adetalhouet89@gmail.com>2019-02-12 08:43:06 -0500
commit898d21e7849c8737bc432a843dd465a455d9786b (patch)
treec4e24233f964d61aa4b7544f9209ac23eeec53b7 /blueprints-processor/adaptors/rest-adaptor-provider/pom.xml
parent12a8c669f52c0e84d580c078cee849b25133b585 (diff)
Fix to properties load for blueprints-processor
Change-Id: I044587dd702d979708a95f8c98349e008a2d3d49 Issue-ID: CCSDK-1037 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
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>