diff options
author | Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com> | 2019-02-07 14:51:50 -0500 |
---|---|---|
committer | Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com> | 2019-02-07 14:51:50 -0500 |
commit | 4937f56d90371c7a7b5b6c52314c28df716f41ae (patch) | |
tree | eb1064d9679bcfe9ada8156c83f563beff093ec3 /components/parent | |
parent | 9a4387cf89f95ecdce9d135677a4b4c4c94a8b94 (diff) |
Refactor components core and resource dict modules
Change-Id: I04e9e723d68a38ecefe48206e67fddbe43c55854
Issue-ID: CCSDK-1047
Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
Diffstat (limited to 'components/parent')
-rw-r--r-- | components/parent/pom.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/components/parent/pom.xml b/components/parent/pom.xml index 6d5c2c14..761b0fad 100644 --- a/components/parent/pom.xml +++ b/components/parent/pom.xml @@ -202,18 +202,6 @@ </dependency> - <!-- Application Components --> - <dependency> - <groupId>org.onap.ccsdk.apps.controllerblueprints</groupId> - <artifactId>core</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>org.onap.ccsdk.apps.controllerblueprints</groupId> - <artifactId>resource-dict</artifactId> - <version>${project.version}</version> - </dependency> - <!-- Testing Dependencies --> <dependency> <groupId>io.mockk</groupId> |