diff options
Diffstat (limited to 'engine-d/pom.xml')
-rw-r--r-- | engine-d/pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/engine-d/pom.xml b/engine-d/pom.xml index 44ae940..0a7c3eb 100644 --- a/engine-d/pom.xml +++ b/engine-d/pom.xml @@ -35,6 +35,10 @@ <dependencies> <dependency> + <groupId>org.onap.msb.java-sdk</groupId> + <artifactId>msb-java-sdk</artifactId> + </dependency> + <dependency> <groupId>org.reflections</groupId> <artifactId>reflections</artifactId> </dependency> @@ -152,6 +156,10 @@ <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> </dependency> + <dependency> + <groupId>com.google.guava</groupId> + <artifactId>guava</artifactId> + </dependency> </dependencies> <build> |