From b35d55e3f57630551f0b773674bd1f5c44585ede Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Thu, 9 Aug 2018 20:47:29 +0000 Subject: Controller Blueprints MS Creating the base directory structure for Controller Blueprints MicroService Change-Id: I1ccf7fc76446048af3b2822f9155bb634657aee3 Issue-ID: CCSDK-410 Signed-off-by: Singal, Kapil (ks220y) --- ms/controllerblueprints/parent/pom.xml | 228 +++++++++++++++++++++++++++++++++ 1 file changed, 228 insertions(+) create mode 100644 ms/controllerblueprints/parent/pom.xml (limited to 'ms/controllerblueprints/parent') diff --git a/ms/controllerblueprints/parent/pom.xml b/ms/controllerblueprints/parent/pom.xml new file mode 100644 index 000000000..0b19186d5 --- /dev/null +++ b/ms/controllerblueprints/parent/pom.xml @@ -0,0 +1,228 @@ + + + + + 4.0.0 + org.onap.ccsdk.apps + controllerblueprints-parent + Controller Blueprints Parent + 0.3.0-SNAPSHOT + pom + + UTF-8 + 1.8 + 1.8 + 1.2.51 + 200.4.2-RELEASE + 2.4.2-RELEASE + 1.4.2 + 1.5.7.RELEASE + 20.0.1-SNAPSHOT + + + + + org.springframework.boot + spring-boot-dependencies + ${spring.boot.version} + pom + import + + + + 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 + + + org.json + json + 20180130 + + + com.google.guava + guava + 25.1-jre + + + + io.swagger + swagger-jersey2-jaxrs + 1.5.20 + + + org.glassfish.jersey.containers + * + + + org.glassfish.jersey.core + * + + + + + + + org.jetbrains.kotlin + kotlin-stdlib + ${kotlin.version} + + + org.jetbrains.kotlin + kotlin-reflect + ${kotlin.version} + + + com.fasterxml.jackson.module + jackson-module-kotlin + 2.9.6 + + + org.jetbrains.kotlin + kotlin-test + ${kotlin.version} + test + + + org.onap.ccsdk.apps + controllerblueprints-core + ${project.version} + + + org.onap.ccsdk.apps + controllerblueprints-service + ${project.version} + + + org.onap.ccsdk.apps + controllerblueprints-resource-dict + ${project.version} + + + + + + + org.jetbrains.kotlin + kotlin-stdlib + + + + + + + + org.apache.maven.plugins + maven-source-plugin + 3.0.1 + + + attach-sources + + jar + + + + + + + kotlin-maven-plugin + org.jetbrains.kotlin + ${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} + + + + + default-compile + none + + + + default-testCompile + none + + + java-compile + compile + + compile + + + + java-test-compile + test-compile + + testCompile + + + + + + + -- cgit 1.2.3-korg