From 13728948b328e856c8892d2f6e47f076df09c757 Mon Sep 17 00:00:00 2001 From: "Benjamin, Max (mb388a)" Date: Mon, 6 Nov 2017 15:01:36 -0500 Subject: modified sample SDNO code for SO Issue-Id: SO-309 Change-Id: I998d5573d60d99987bb99133967ca012ef8dba6f Signed-off-by: Benjamin, Max (mb388a) modified RestClient to accept rest properties Issue-Id: SO-309 Change-Id: I68bd88f9f942573dc470dda2eb60dc747e782768 Signed-off-by: Benjamin, Max (mb388a) moved SDNO beans to their own package Issue-Id: SO-309 Change-Id: I0b35edfe0ac3ad336320d8bc62d2efd98fff1b0b Signed-off-by: Benjamin, Max (mb388a) added enum for ServiceType in policy Issue-Id: SO-309 Change-Id: Icdc95b237a427bbacac4cf5d815fc71cebb91675 Signed-off-by: Benjamin, Max (mb388a) dmaap rest client implementation Issue-Id: SO-309 Change-Id: I1bf8b85820524adca462d7d96c4c0beef5892864 Signed-off-by: Benjamin, Max (mb388a) dmaap client interface for SO component Issue-Id: SO-309 Change-Id: Ieccfb22678c52af7ffcf8750a38462ba32486182 Signed-off-by: Benjamin, Max (mb388a) added required guava dependency to pom.xml Issue-Id: SO-309 Change-Id: I3096bf54888e4960e60bb73b13d8cd3223217271 Signed-off-by: Benjamin, Max (mb388a) --- bpmn/MSOCommonBPMN/pom.xml | 1213 ++++++++++++++++++++++---------------------- 1 file changed, 609 insertions(+), 604 deletions(-) (limited to 'bpmn/MSOCommonBPMN/pom.xml') diff --git a/bpmn/MSOCommonBPMN/pom.xml b/bpmn/MSOCommonBPMN/pom.xml index e5becbf6cc..9650b4ca9b 100644 --- a/bpmn/MSOCommonBPMN/pom.xml +++ b/bpmn/MSOCommonBPMN/pom.xml @@ -1,604 +1,609 @@ - - - 4.0.0 - - org.openecomp.so - bpmn - 1.1.0-SNAPSHOT - - MSOCommonBPMN - MSOCommonBPMN - war - - - 7.6.0 - 4.3.2.RELEASE - 3.1 - 2.0.1 - 1.1.1 - 1.8 - 1.8 - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - - test-compile - compile - - testCompile - - - false - - - - - - - org.apache.maven.plugins - maven-jar-plugin - 2.6 - - - - default-jar - package - - jar - - - - org/openecomp/mso/bpmn/common/MSOCommonApplication.class - - - - - - - test-jar - - - true - false - - - - - - org.codehaus.mojo - build-helper-maven-plugin - 3.0.0 - - - - attach-artifact - - package - - - - ${project.build.directory}/${project.artifactId}-${project.version}.jar - jar - - - - - - - - - org.apache.maven.plugins - maven-war-plugin - 2.3 - - false - - - - org.apache.cxf - cxf-codegen-plugin - 2.5.2 - - - org.apache.maven.plugins - maven-eclipse-plugin - 2.8 - - - org.eclipse.jdt.groovy.core.groovyNature - - - **/*.groovy - - - - - maven-antrun-plugin - - - compile - compile - - - - - - - - - - - - - - run - - - - test-compile - test-compile - - - - - - - - - - - - - - run - - - - - - org.codehaus.mojo - jaxb2-maven-plugin - 2.3 - - - xjc - - xjc - - - - - true - - -Xannotate - -Xcommons-lang - - - src/main/resources/xsd - - - src/main/resources/xjb - - ${project.build.directory}/generated-sources - - - - org.jvnet.jaxb2_commons - jaxb2-basics-annotate - 0.6.4 - - - org.jvnet.jaxb2_commons - jaxb2-commons-lang - 2.3 - - - com.sun.codemodel - codemodel - 2.6 - - - - - - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - - org.apache.maven.plugins - - - maven-antrun-plugin - - - [1.3,) - - - run - - - - - - - - - - - - - - - - - - - - - org.camunda.bpm - camunda-engine - compile - - - org.slf4j - slf4j-api - - - - - - - org.camunda.bpm - camunda-engine-cdi - - - - org.camunda.bpm.extension - camunda-bpm-assert - test - - - org.mockito - mockito-all - 1.10.19 - test - - - - - org.camunda.spin - camunda-spin-dataformat-all - compile - - - org.camunda.bpm - camunda-engine-plugin-spin - compile - - - - org.camunda.bpm - camunda-engine-plugin-connect - compile - - - - - org.webjars - bootstrap - 2.3.2 - - - - org.jboss.resteasy - resteasy-client - 3.0.19.Final - provided - - - org.apache.httpcomponents - httpclient - - - - - - - com.h2database - h2 - test - - - - com.fasterxml.uuid - java-uuid-generator - - - org.codehaus.groovy - groovy-all - - - org.apache.commons - commons-lang3 - 3.4 - - - org.openecomp.so - MSOCoreBPMN - ${project.version} - - - - org.openecomp.so - MSOCoreBPMN - ${project.version} - tests - test - - - org.openecomp.so - common - ${project.version} - - - javax.ws.rs - javax.ws.rs-api - 2.0 - - - - org.openecomp.so - MSOMockServer - ${project.version} - classes - test - - - org.openecomp.so - MSORESTClient - ${project.version} - - - - javax.servlet - javax.servlet-api - 3.0.1 - provided - - - - org.springframework - spring-test - ${spring.version} - - - - com.github.tomakehurst - wiremock - 1.56 - test - standalone - - - org.mortbay.jetty - jetty - - - com.google.guava - guava - - - com.fasterxml.jackson.core - jackson-core - - - com.fasterxml.jackson.core - jackson-annotations - - - com.fasterxml.jackson.core - jackson-databind - - - org.apache.httpcomponents - httpclient - - - org.skyscreamer - jsonassert - - - xmlunit - xmlunit - - - com.jayway.jsonpath - json-path - - - net.sf.jopt-simple - jopt-simple - - - - - org.camunda.bpm - camunda-engine-spring - - - org.springframework - spring-beans - 4.3.2.RELEASE - - - com.fasterxml.jackson.core - jackson-annotations - 2.8.7 - - - com.fasterxml.jackson.core - jackson-core - 2.8.7 - - - com.fasterxml.jackson.module - jackson-module-jaxb-annotations - 2.4.0 - - - org.aspectj - aspectjrt - 1.6.12 - - - commons-httpclient - commons-httpclient - ${httpclient.version} - - - org.openecomp.appc.client - client-kit - 1.1.0 - - - org.openecomp.appc.client - client-lib - 1.1.0 - - - - org.onap.aai.aai-common - aai-schema - 1.1.0 - - - - - com.fasterxml.jackson.core - jackson-databind - 2.8.7 - - - org.mockito - mockito-all - 1.10.19 - - - commons-lang - commons-lang - 2.6 - - - com.openpojo - openpojo - 0.8.6 - - - com.jayway.jsonpath - json-path - 2.2.0 - - - org.springframework - spring-web - ${spring.version} - - - org.springframework - spring-test - ${spring.version} - - - junit - junit - 4.12 - - - commons-httpclient - commons-httpclient - ${httpclient.version} - - - javax.ws.rs - javax.ws.rs-api - ${jax.ws.rs} - - - - org.openecomp.appc.client - client-kit - 1.1.0 - - - org.openecomp.appc.client - client-lib - 1.1.0 - - - - com.fasterxml.jackson.core - jackson-databind - 2.8.7 - - - com.fasterxml.jackson.core - jackson-annotations - 2.8.7 - - - com.fasterxml.jackson.module - jackson-module-jaxb-annotations - 2.4.0 - - - org.aspectj - aspectjrt - 1.6.12 - - - org.mockito - mockito-all - 1.10.19 - - - com.att.nsa - dmaapClient - 0.2.12 - - - - org.camunda.bpm.workbench - camunda-workbench-dist-embeddable - 1.0.0-alpha8 - test - - - org.jboss.resteasy - resteasy-jackson2-provider - 3.0.11.Final - - - - + + + 4.0.0 + + org.openecomp.so + bpmn + 1.1.0-SNAPSHOT + + MSOCommonBPMN + MSOCommonBPMN + war + + + 7.6.0 + 4.3.2.RELEASE + 3.1 + 2.0.1 + 1.1.1 + 1.8 + 1.8 + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + test-compile + compile + + testCompile + + + false + + + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.6 + + + + default-jar + package + + jar + + + + org/openecomp/mso/bpmn/common/MSOCommonApplication.class + + + + + + + test-jar + + + true + false + + + + + + org.codehaus.mojo + build-helper-maven-plugin + 3.0.0 + + + + attach-artifact + + package + + + + ${project.build.directory}/${project.artifactId}-${project.version}.jar + jar + + + + + + + + + org.apache.maven.plugins + maven-war-plugin + 2.3 + + false + + + + org.apache.cxf + cxf-codegen-plugin + 2.5.2 + + + org.apache.maven.plugins + maven-eclipse-plugin + 2.8 + + + org.eclipse.jdt.groovy.core.groovyNature + + + **/*.groovy + + + + + maven-antrun-plugin + + + compile + compile + + + + + + + + + + + + + + run + + + + test-compile + test-compile + + + + + + + + + + + + + + run + + + + + + org.codehaus.mojo + jaxb2-maven-plugin + 2.3 + + + xjc + + xjc + + + + + true + + -Xannotate + -Xcommons-lang + + + src/main/resources/xsd + + + src/main/resources/xjb + + ${project.build.directory}/generated-sources + + + + org.jvnet.jaxb2_commons + jaxb2-basics-annotate + 0.6.4 + + + org.jvnet.jaxb2_commons + jaxb2-commons-lang + 2.3 + + + com.sun.codemodel + codemodel + 2.6 + + + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.apache.maven.plugins + + + maven-antrun-plugin + + + [1.3,) + + + run + + + + + + + + + + + + + + + + + + + + + org.camunda.bpm + camunda-engine + compile + + + org.slf4j + slf4j-api + + + + + + + org.camunda.bpm + camunda-engine-cdi + + + + org.camunda.bpm.extension + camunda-bpm-assert + test + + + org.mockito + mockito-all + 1.10.19 + test + + + + + org.camunda.spin + camunda-spin-dataformat-all + compile + + + org.camunda.bpm + camunda-engine-plugin-spin + compile + + + + org.camunda.bpm + camunda-engine-plugin-connect + compile + + + + + org.webjars + bootstrap + 2.3.2 + + + + org.jboss.resteasy + resteasy-client + 3.0.19.Final + provided + + + org.apache.httpcomponents + httpclient + + + + + + + com.h2database + h2 + test + + + + com.fasterxml.uuid + java-uuid-generator + + + org.codehaus.groovy + groovy-all + + + org.apache.commons + commons-lang3 + 3.4 + + + org.openecomp.so + MSOCoreBPMN + ${project.version} + + + + org.openecomp.so + MSOCoreBPMN + ${project.version} + tests + test + + + org.openecomp.so + common + ${project.version} + + + javax.ws.rs + javax.ws.rs-api + 2.0 + + + + org.openecomp.so + MSOMockServer + ${project.version} + classes + test + + + org.openecomp.so + MSORESTClient + ${project.version} + + + + javax.servlet + javax.servlet-api + 3.0.1 + provided + + + + org.springframework + spring-test + ${spring.version} + + + + com.github.tomakehurst + wiremock + 1.56 + test + standalone + + + org.mortbay.jetty + jetty + + + com.google.guava + guava + + + com.fasterxml.jackson.core + jackson-core + + + com.fasterxml.jackson.core + jackson-annotations + + + com.fasterxml.jackson.core + jackson-databind + + + org.apache.httpcomponents + httpclient + + + org.skyscreamer + jsonassert + + + xmlunit + xmlunit + + + com.jayway.jsonpath + json-path + + + net.sf.jopt-simple + jopt-simple + + + + + org.camunda.bpm + camunda-engine-spring + + + org.springframework + spring-beans + 4.3.2.RELEASE + + + com.fasterxml.jackson.core + jackson-annotations + 2.8.7 + + + com.fasterxml.jackson.core + jackson-core + 2.8.7 + + + com.fasterxml.jackson.module + jackson-module-jaxb-annotations + 2.4.0 + + + org.aspectj + aspectjrt + 1.6.12 + + + commons-httpclient + commons-httpclient + ${httpclient.version} + + + org.openecomp.appc.client + client-kit + 1.1.0 + + + org.openecomp.appc.client + client-lib + 1.1.0 + + + + org.onap.aai.aai-common + aai-schema + 1.1.0 + + + + + com.fasterxml.jackson.core + jackson-databind + 2.8.7 + + + org.mockito + mockito-all + 1.10.19 + + + commons-lang + commons-lang + 2.6 + + + com.openpojo + openpojo + 0.8.6 + + + com.jayway.jsonpath + json-path + 2.2.0 + + + org.springframework + spring-web + ${spring.version} + + + org.springframework + spring-test + ${spring.version} + + + junit + junit + 4.12 + + + commons-httpclient + commons-httpclient + ${httpclient.version} + + + javax.ws.rs + javax.ws.rs-api + ${jax.ws.rs} + + + + org.openecomp.appc.client + client-kit + 1.1.0 + + + org.openecomp.appc.client + client-lib + 1.1.0 + + + + com.fasterxml.jackson.core + jackson-databind + 2.8.7 + + + com.fasterxml.jackson.core + jackson-annotations + 2.8.7 + + + com.fasterxml.jackson.module + jackson-module-jaxb-annotations + 2.4.0 + + + org.aspectj + aspectjrt + 1.6.12 + + + org.mockito + mockito-all + 1.10.19 + + + com.att.nsa + dmaapClient + 0.2.12 + + + + org.camunda.bpm.workbench + camunda-workbench-dist-embeddable + 1.0.0-alpha8 + test + + + org.jboss.resteasy + resteasy-jackson2-provider + 3.0.11.Final + + + com.google.guava + guava + 22.0 + + + + -- cgit 1.2.3-korg