diff options
author | Brinda Santh <brindasanth@in.ibm.com> | 2019-09-11 22:07:33 -0400 |
---|---|---|
committer | Brinda Santh <brindasanth@in.ibm.com> | 2019-09-12 10:19:05 -0400 |
commit | 7003208140fb18782052cb23dfc5e8373b40a12f (patch) | |
tree | 09abba3bc537c70d7e2517a4663d9ff64dda7726 /components/pom.xml | |
parent | 338cc251c24e9ae8a0d098098d94a9c2af2a1a07 (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/pom.xml')
-rw-r--r-- | components/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/pom.xml b/components/pom.xml index 060cf4ec6..2febac501 100644 --- a/components/pom.xml +++ b/components/pom.xml @@ -35,7 +35,7 @@ <maven.compiler.source>1.8</maven.compiler.source> </properties> <modules> - <module>parent</module> + <!-- TODO("Switch dependency to bluprint-proto and then remove proto-definition this") --> <module>model-catalog/proto-definition</module> </modules> </project> |