From 7003208140fb18782052cb23dfc5e8373b40a12f Mon Sep 17 00:00:00 2001 From: Brinda Santh Date: Wed, 11 Sep 2019 22:07:33 -0400 Subject: Fix proto cyclic dependency. Change-Id: I84e0ba25b78e8212eff6b4c91fca2d4457dbf7eb Issue-ID: CCSDK-1682 Signed-off-by: Brinda Santh --- .../test-blueprint/capability_cli/pom.xml | 3 +- .../test-blueprint/resource-audit/pom.xml | 3 +- components/model-catalog/proto-definition/pom.xml | 7 - components/parent/pom.xml | 390 --------------------- components/pom.xml | 2 +- 5 files changed, 3 insertions(+), 402 deletions(-) delete mode 100644 components/parent/pom.xml (limited to 'components') diff --git a/components/model-catalog/blueprint-model/test-blueprint/capability_cli/pom.xml b/components/model-catalog/blueprint-model/test-blueprint/capability_cli/pom.xml index 791c161d4..46ce3a04a 100644 --- a/components/model-catalog/blueprint-model/test-blueprint/capability_cli/pom.xml +++ b/components/model-catalog/blueprint-model/test-blueprint/capability_cli/pom.xml @@ -19,11 +19,10 @@ org.onap.ccsdk.cds.blueprintsprocessor cba-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT org.onap.ccsdk.cds.components.cba capability_cli - 0.6.0-SNAPSHOT CBA Capability CLI CBA Capability CLI diff --git a/components/model-catalog/blueprint-model/test-blueprint/resource-audit/pom.xml b/components/model-catalog/blueprint-model/test-blueprint/resource-audit/pom.xml index b38c27c41..527e2b62b 100644 --- a/components/model-catalog/blueprint-model/test-blueprint/resource-audit/pom.xml +++ b/components/model-catalog/blueprint-model/test-blueprint/resource-audit/pom.xml @@ -19,11 +19,10 @@ org.onap.ccsdk.cds.blueprintsprocessor cba-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT org.onap.ccsdk.cds.components.cba resource-audit - 0.6.0-SNAPSHOT CBA Resource Audit CBA Resource Audit 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 @@ --> 4.0.0 - - org.onap.ccsdk.cds - parent - 0.7.0-SNAPSHOT - ../../../ - - org.onap.ccsdk.cds.components proto-definition 0.7.0-SNAPSHOT diff --git a/components/parent/pom.xml b/components/parent/pom.xml deleted file mode 100644 index 6f33118c1..000000000 --- a/components/parent/pom.xml +++ /dev/null @@ -1,390 +0,0 @@ - - - - 4.0.0 - - org.onap.ccsdk.cds - components - 0.7.0-SNAPSHOT - - org.onap.ccsdk.cds.components - parent - Components Parent - pom - - 1.0.0 - 27.0.1-jre - 2.9.2 - 1.4.197 - 1.2.2 - 1.7 - 2.5.1 - - - - - - org.springframework.boot - spring-boot-dependencies - ${spring.boot.version} - pom - import - - - - - io.springfox - springfox-swagger2 - ${springfox.swagger2.version} - - - org.slf4j - slf4j-api - - - - - io.springfox - springfox-swagger-ui - ${springfox.swagger2.version} - - - - - org.apache.commons - commons-lang3 - 3.2.1 - - - commons-collections - commons-collections - 3.2.2 - - - commons-io - commons-io - 2.6 - - - org.apache.velocity - velocity - ${velocity.version} - - - com.google.guava - guava - ${guava.version} - - - com.hubspot.jinjava - jinjava - ${jinja.version} - - - - - org.jetbrains.kotlin - kotlin-stdlib - ${kotlin.version} - - - org.jetbrains.kotlin - kotlin-stdlib-common - ${kotlin.version} - - - org.jetbrains.kotlin - kotlin-scripting-jvm-host - ${kotlin.version} - - - org.jetbrains.kotlin - kotlin-compiler-embeddable - ${kotlin.version} - - - org.jetbrains.kotlin - kotlin-script-util - ${kotlin.version} - - - org.jetbrains.kotlin - kotlin-script-runtime - ${kotlin.version} - - - org.jetbrains.kotlinx - kotlinx-coroutines-core - ${kotlin.couroutines.version} - - - org.jetbrains.kotlinx - kotlinx-coroutines-reactor - ${kotlin.couroutines.version} - - - org.jetbrains.kotlin - kotlin-reflect - ${kotlin.version} - - - org.jetbrains.kotlin - kotlin-stdlib-jdk8 - ${kotlin.version} - - - org.jetbrains.kotlin - kotlin-stdlib-jdk7 - ${kotlin.version} - - - - - io.grpc - grpc-core - ${grpc.version} - - - io.grpc - grpc-netty - ${grpc.version} - - - io.grpc - grpc-protobuf - ${grpc.version} - - - io.grpc - grpc-stub - ${grpc.version} - - - com.google.protobuf - protobuf-java-util - ${protobuff.java.utils.version} - - - - - - com.h2database - h2 - ${h2database.version} - - - - - - io.mockk - mockk - ${mockk.version} - test - - - org.jetbrains.kotlin - kotlin-test-junit - ${kotlin.version} - test - - - org.jetbrains.kotlinx - kotlinx-coroutines-test - ${kotlin.couroutines.version} - test - - - io.grpc - grpc-testing - ${grpc.version} - test - - - - - - - org.apache.commons - commons-lang3 - - - commons-collections - commons-collections - - - commons-io - commons-io - - - com.jayway.jsonpath - json-path - - - org.slf4j - slf4j-api - - - - - com.google.guava - guava - - - io.springfox - springfox-swagger2 - - - org.slf4j - slf4j-api - - - - - io.springfox - springfox-swagger-ui - - - org.jetbrains.kotlin - kotlin-stdlib - - - org.jetbrains.kotlin - kotlin-script-util - - - org.jetbrains.kotlin - kotlin-stdlib-jdk8 - - - org.jetbrains.kotlinx - kotlinx-coroutines-core - - - org.jetbrains.kotlinx - kotlinx-coroutines-reactor - - - com.fasterxml.jackson.module - jackson-module-kotlin - - - - io.grpc - grpc-netty - - - io.grpc - grpc-protobuf - - - io.grpc - grpc-stub - - - com.google.protobuf - protobuf-java-util - - - - - - - - org.apache.maven.plugins - maven-source-plugin - 3.0.1 - - - attach-sources - - jar - - - - - - - kotlin-maven-plugin - org.jetbrains.kotlin - ${kotlin.maven.version} - - - compile - - compile - - - - ${project.basedir}/src/main/kotlin - ${project.basedir}/src/main/java - - - - - test-compile - - test-compile - - - - ${project.basedir}/src/test/kotlin - ${project.basedir}/src/test/java - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.5.1 - - ${maven.compiler.source} - ${maven.compiler.target} - - - - - default-compile - none - - - - default-testCompile - none - - - java-compile - compile - - compile - - - - java-test-compile - test-compile - - testCompile - - - - - - - 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 @@ 1.8 - parent + model-catalog/proto-definition -- cgit 1.2.3-korg