From 4b3c8a0bb11d71c1be8ac5a966818dafec1124fe Mon Sep 17 00:00:00 2001 From: "Muthuramalingam, Brinda Santh(bs2796)" Date: Wed, 15 Aug 2018 21:31:10 +0000 Subject: Blueprints Processor Service Blueprints Processor API definitions Change-Id: Id44c74938f75e847a43b8e6d0733c36d4dc99e97 Issue-ID: CCSDK-411 Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) --- ms/blueprintsprocessor/parent/pom.xml | 232 ++++++++++++++++++++++++++++++++++ 1 file changed, 232 insertions(+) create mode 100644 ms/blueprintsprocessor/parent/pom.xml (limited to 'ms/blueprintsprocessor/parent') diff --git a/ms/blueprintsprocessor/parent/pom.xml b/ms/blueprintsprocessor/parent/pom.xml new file mode 100644 index 000000000..b6c8e0c37 --- /dev/null +++ b/ms/blueprintsprocessor/parent/pom.xml @@ -0,0 +1,232 @@ + + + + org.onap.ccsdk.apps.blueprintsprocessor + 0.0.3-SNAPSHOT + 4.0.0 + parent + pom + Blueprints Processor Parent + Blueprints Processor Parent + + UTF-8 + UTF-8 + 1.8 + 1.8 + 1.8 + 0.3.0-SNAPSHOT + 2.0.4.RELEASE + 1.2.60 + 2.9.2 + 1.4.197 + + + + + + org.onap.ccsdk.apps.blueprintsprocessor + db-lib + ${project.version} + + + org.onap.ccsdk.apps.blueprintsprocessor + rest-lib + ${project.version} + + + org.onap.ccsdk.apps.blueprintsprocessor + core + ${project.version} + + + org.onap.ccsdk.apps.blueprintsprocessor + db-service + ${project.version} + + + org.onap.ccsdk.apps.blueprintsprocessor + execution-service + ${project.version} + + + org.onap.ccsdk.apps.blueprintsprocessor + resolution-service + ${project.version} + + + org.onap.ccsdk.apps.blueprintsprocessor + resource-api + ${project.version} + + + org.onap.ccsdk.apps.blueprintsprocessor + selfservice-api + ${project.version} + + + + + org.onap.ccsdk.apps + controllerblueprints-resource-dict + ${controllerblueprints.version} + + + + + io.springfox + springfox-swagger2 + ${springfox.swagger2.version} + + + io.springfox + springfox-swagger-ui + ${springfox.swagger2.version} + + + + + + org.springframework.boot + spring-boot-starter-parent + ${spring.boot.version} + pom + import + + + org.jetbrains.kotlin + kotlin-stdlib-jdk8 + ${kotlin.version} + + + org.jetbrains.kotlin + kotlin-reflect + ${kotlin.version} + + + + com.h2database + h2 + ${h2database.version} + + + + org.jetbrains.kotlin + kotlin-test + ${kotlin.version} + test + + + + + + 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 + 1.7 + + + + io.springfox + springfox-swagger2 + + + io.springfox + springfox-swagger-ui + + + + org.springframework.boot + spring-boot-starter-test + test + + + org.jetbrains.kotlin + kotlin-test + ${kotlin.version} + test + + + io.projectreactor + reactor-test + test + + + org.jetbrains.kotlin + kotlin-stdlib-jdk8 + ${kotlin.version} + + + + + + org.jetbrains.kotlin + kotlin-maven-plugin + ${kotlin.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} + + + + + -- cgit 1.2.3-korg