diff options
author | Dan Timoney <dtimoney@att.com> | 2019-09-16 14:25:10 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-09-16 14:25:10 +0000 |
commit | bfe3e8331c2d30a12ef7d0ea2e2edda5832f85ad (patch) | |
tree | 2d48db7e3900494029c073b5eb6ba6ff8ecd78d7 /components/pom.xml | |
parent | e0730ecac286c3d5b55b9a09d33be7674e6d317a (diff) | |
parent | 7003208140fb18782052cb23dfc5e8373b40a12f (diff) |
Merge "Fix proto cyclic dependency."
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> |