aboutsummaryrefslogtreecommitdiffstats
path: root/ms/sdclistener/parent/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-09-16 14:25:10 +0000
committerGerrit Code Review <gerrit@onap.org>2019-09-16 14:25:10 +0000
commitbfe3e8331c2d30a12ef7d0ea2e2edda5832f85ad (patch)
tree2d48db7e3900494029c073b5eb6ba6ff8ecd78d7 /ms/sdclistener/parent/pom.xml
parente0730ecac286c3d5b55b9a09d33be7674e6d317a (diff)
parent7003208140fb18782052cb23dfc5e8373b40a12f (diff)
Merge "Fix proto cyclic dependency."
Diffstat (limited to 'ms/sdclistener/parent/pom.xml')
-rwxr-xr-xms/sdclistener/parent/pom.xml15
1 files changed, 11 insertions, 4 deletions
diff --git a/ms/sdclistener/parent/pom.xml b/ms/sdclistener/parent/pom.xml
index cfdfc9b24..05bfdeff4 100755
--- a/ms/sdclistener/parent/pom.xml
+++ b/ms/sdclistener/parent/pom.xml
@@ -16,7 +16,8 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
-<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">
+<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>
@@ -110,9 +111,15 @@
<version>${protobuff.java.utils.version}</version>
</dependency>
<dependency>
- <groupId>org.onap.ccsdk.cds.components</groupId>
- <artifactId>proto-definition</artifactId>
- <version>${project.version}</version>
+ <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId>
+ <artifactId>blueprint-proto</artifactId>
+ <version>${project.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>*</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>