From: Alexis de Talhouët Date: Fri, 18 Jan 2019 19:29:38 +0000 (-0500) Subject: Create module for .proto definition X-Git-Tag: 0.4.1~92^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=1600d564c99116685fcf6c9c270cd1fbd3440a57;p=ccsdk%2Fapps.git Create module for .proto definition That way 3rd party system can depend on it to create a client Change-Id: I96e8588251eb0911a7dd7bee270954e966d9fc40 Issue-ID: CCSDK-947 Signed-off-by: Alexis de Talhouët --- diff --git a/components/model-catalog/proto-definition/pom.xml b/components/model-catalog/proto-definition/pom.xml new file mode 100644 index 00000000..c1f77922 --- /dev/null +++ b/components/model-catalog/proto-definition/pom.xml @@ -0,0 +1,81 @@ + + + + 4.0.0 + + org.onap.ccsdk.apps.controllerblueprints + modules + 0.4.1-SNAPSHOT + + + proto-definition + jar + + Controller Blueprints Proto Definition + Controller Blueprints Proto Definition + + + + io.grpc + grpc-protobuf + + + io.grpc + grpc-stub + + + com.google.protobuf + protobuf-java-util + + + + + + + kr.motd.maven + os-maven-plugin + 1.6.1 + + + + + org.xolstice.maven.plugins + protobuf-maven-plugin + 0.6.1 + + + com.google.protobuf:protoc:3.5.1-1:exe:${os.detected.classifier} + + grpc-java + + io.grpc:protoc-gen-grpc-java:1.16.1:exe:${os.detected.classifier} + + proto + + + + + compile + compile-custom + + + + + + + \ No newline at end of file diff --git a/components/model-catalog/api-definition/proto/BluePrintManagement.proto b/components/model-catalog/proto-definition/proto/BluePrintManagement.proto similarity index 100% rename from components/model-catalog/api-definition/proto/BluePrintManagement.proto rename to components/model-catalog/proto-definition/proto/BluePrintManagement.proto diff --git a/components/model-catalog/api-definition/proto/BluePrintProcessing.proto b/components/model-catalog/proto-definition/proto/BluePrintProcessing.proto similarity index 100% rename from components/model-catalog/api-definition/proto/BluePrintProcessing.proto rename to components/model-catalog/proto-definition/proto/BluePrintProcessing.proto diff --git a/components/pom.xml b/components/pom.xml index 5b8768ce..95ffd5c0 100644 --- a/components/pom.xml +++ b/components/pom.xml @@ -14,7 +14,8 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + org.onap.ccsdk.apps ccsdk-apps @@ -37,5 +38,6 @@ parent core resource-dict + model-catalog/proto-definition diff --git a/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml index 5562df62..c510734d 100644 --- a/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml @@ -14,7 +14,8 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + 4.0.0 org.onap.ccsdk.apps.blueprintsprocessor @@ -29,8 +30,9 @@ - org.jetbrains.kotlinx - kotlinx-coroutines-core + org.onap.ccsdk.apps.controllerblueprints + proto-definition + ${project.version} io.grpc @@ -43,39 +45,4 @@ - - - - kr.motd.maven - os-maven-plugin - 1.6.1 - - - - - org.xolstice.maven.plugins - protobuf-maven-plugin - 0.6.1 - - - com.google.protobuf:protoc:3.5.1-1:exe:${os.detected.classifier} - - grpc-java - - io.grpc:protoc-gen-grpc-java:1.16.1:exe:${os.detected.classifier} - - ./../../../../../components/model-catalog/api-definition - - - - - compile - compile-custom - - - - - - -