aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/proto-definition
diff options
context:
space:
mode:
authorBrinda Santh <brindasanth@in.ibm.com>2019-09-11 22:07:33 -0400
committerBrinda Santh <brindasanth@in.ibm.com>2019-09-12 10:19:05 -0400
commit7003208140fb18782052cb23dfc5e8373b40a12f (patch)
tree09abba3bc537c70d7e2517a4663d9ff64dda7726 /components/model-catalog/proto-definition
parent338cc251c24e9ae8a0d098098d94a9c2af2a1a07 (diff)
Fix proto cyclic dependency.
Change-Id: I84e0ba25b78e8212eff6b4c91fca2d4457dbf7eb Issue-ID: CCSDK-1682 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
Diffstat (limited to 'components/model-catalog/proto-definition')
-rw-r--r--components/model-catalog/proto-definition/pom.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/components/model-catalog/proto-definition/pom.xml b/components/model-catalog/proto-definition/pom.xml
index 9c6d802a0..8e378f1a3 100644
--- a/components/model-catalog/proto-definition/pom.xml
+++ b/components/model-catalog/proto-definition/pom.xml
@@ -17,13 +17,6 @@
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.onap.ccsdk.cds</groupId>
- <artifactId>parent</artifactId>
- <version>0.7.0-SNAPSHOT</version>
- <relativePath>../../../</relativePath>
- </parent>
-
<groupId>org.onap.ccsdk.cds.components</groupId>
<artifactId>proto-definition</artifactId>
<version>0.7.0-SNAPSHOT</version>