From b7c956f3fa521e2031a7b7051ba2f42e6ac30cf5 Mon Sep 17 00:00:00 2001 From: "Boslet, Cory" Date: Mon, 6 Jul 2020 09:58:17 -0400 Subject: Moved sniro and oof clients into their own project Moved sniro and oof clients into their own project Remove methods that arnt used to avoid comp error Refactored the conductor call to not use the urn property reader so that we dont have to import bpmn core. Replaced the auth method and removed unused import. Issue-ID: SO-3021 Signed-off-by: Benjamin, Max (mb388a) Change-Id: Ie281ef95fef984890b10297f434b8336e9017921 --- so-optimization-clients/pom.xml | 89 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 so-optimization-clients/pom.xml (limited to 'so-optimization-clients/pom.xml') diff --git a/so-optimization-clients/pom.xml b/so-optimization-clients/pom.xml new file mode 100644 index 0000000000..a15314d4b5 --- /dev/null +++ b/so-optimization-clients/pom.xml @@ -0,0 +1,89 @@ + + + org.onap.so + so + 1.6.0-SNAPSHOT + + 4.0.0 + so-optimization-clients + + + + org.apache.maven.plugins + maven-surefire-plugin + + + integration-test + + test + + + + **/IntegrationTestSuite.java + + + + + + suites + + + + + + + + + org.springframework.boot + spring-boot-dependencies + ${springboot.version} + pom + import + + + + + + org.camunda.bpm.springboot + camunda-bpm-spring-boot-starter + ${camunda.springboot.version} + test + + + org.springframework.cloud + spring-cloud-contract-wiremock + 1.2.4.RELEASE + test + + + org.springframework.boot + spring-boot-starter-test + test + + + org.apache.commons + commons-lang3 + + + org.springframework.boot + spring-boot-configuration-processor + true + + + org.onap.so + common + ${project.version} + + + ch.vorburger.mariaDB4j + mariaDB4j + 2.2.3 + test + + + org.mariadb.jdbc + mariadb-java-client + + + -- cgit 1.2.3-korg