diff options
author | Dan Timoney <dtimoney@att.com> | 2018-11-19 22:40:16 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-11-19 22:40:16 +0000 |
commit | 511bc18a6f85bb3018406a4302c05c2a8a1493d7 (patch) | |
tree | d7e98802da1a0ca4158990561b7b4e7cf0cc536e /ms/blueprintsprocessor/modules/commons/pom.xml | |
parent | ffd073342aea38355c98a2ba7a7e3f60b8009b10 (diff) | |
parent | ec92866fa0bc8d8cd7a6ce4d5d5fd014d8eacef1 (diff) |
Merge "Blueprints Processor Microservice"
Diffstat (limited to 'ms/blueprintsprocessor/modules/commons/pom.xml')
-rw-r--r-- | ms/blueprintsprocessor/modules/commons/pom.xml | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/ms/blueprintsprocessor/modules/commons/pom.xml b/ms/blueprintsprocessor/modules/commons/pom.xml index c080f817..7bfec58c 100644 --- a/ms/blueprintsprocessor/modules/commons/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/pom.xml @@ -35,16 +35,8 @@ </modules> <dependencies> <dependency> - <groupId>com.fasterxml.jackson.module</groupId> - <artifactId>jackson-module-kotlin</artifactId> - </dependency> - <dependency> - <groupId>org.jetbrains.kotlin</groupId> - <artifactId>kotlin-stdlib-jdk8</artifactId> - </dependency> - <dependency> - <groupId>org.jetbrains.kotlin</groupId> - <artifactId>kotlin-reflect</artifactId> + <groupId>org.onap.ccsdk.apps.controllerblueprints</groupId> + <artifactId>resource-dict</artifactId> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> |