X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=74204756fe92a550fea7dabcc86c31cd0f41f8b2;hb=44336d2b99765b9c4831a9943adbb2a848445d4e;hp=d4d63dd29db14bb1b9895a4a392ab2020b0a86b0;hpb=64af7d23db52c696ee60a30c2f8f03e2df90c934;p=aai%2Fgizmo.git diff --git a/pom.xml b/pom.xml index d4d63dd..7420475 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,6 @@ See the License for the specific language governing permissions and limitations under the License. ============LICENSE_END========================================================= --> - 4.0.0 @@ -26,7 +25,7 @@ limitations under the License. org.onap.oparent oparent - 1.1.0 + 1.1.1 @@ -35,13 +34,9 @@ limitations under the License. 1.3.0-SNAPSHOT aai-gizmo - ${basedir}/target - https://nexus.onap.org - workstation - DEV - 1.3 + 1.2.4 @@ -84,11 +79,106 @@ limitations under the License. org.springframework.boot spring-boot-starter-actuator + + org.springframework.boot + spring-boot-configuration-processor + true + + + org.springframework.boot + spring-boot-starter-test + org.apache.cxf cxf-rt-frontend-jaxrs 3.2.4 + + + + org.onap.aai.aai-common + aai-schema + ${version.org.onap.aai.aai-common} + + + org.onap.aai.aai-common + aai-schema-ingest + ${version.org.onap.aai.aai-common} + + + org.onap.aai.aai-common + aai-core + ${version.org.onap.aai.aai-common} + + + * + * + + + + + org.onap.aai.aai-common + aai-utils + ${version.org.onap.aai.aai-common} + + + org.onap.aai.aai-common + aai-auth + ${version.org.onap.aai.aai-common} + + + + + org.onap.aai.event-client + event-client-dmaap + 1.2.2 + + + org.slf4j + slf4j-api + + + + + org.onap.aai.event-client + event-client-kafka + 1.2.2 + + + org.slf4j + slf4j-api + + + + + + + org.onap.aai.logging-service + common-logging + 1.2.2 + + + ch.qos.logback + logback-classic + + + ch.qos.logback + logback-core + + + org.slf4j + slf4j-api + + + + + + + org.onap.aai + rest-client + 1.2.1 + + ch.qos.logback logback-classic @@ -104,7 +194,7 @@ limitations under the License. logback-classic - + ch.qos.logback logback-access @@ -125,12 +215,6 @@ limitations under the License. jackson-mapper-asl 1.4.5 - - org.mockito - mockito-all - 1.9.5 - test - dom4j dom4j @@ -152,73 +236,11 @@ limitations under the License. gson 2.6.2 - - - org.onap.aai.logging-service - common-logging - 1.2.2 - - - ch.qos.logback - logback-classic - - - ch.qos.logback - logback-core - - - org.slf4j - slf4j-api - - - - - org.onap.aai.event-client - event-client-dmaap - 1.2.2 - - - org.slf4j - slf4j-api - - - - - org.onap.aai.aai-common - aai-schema - 1.3.0-SNAPSHOT - - - org.onap.aai.aai-common - aai-utils - 1.3.0-SNAPSHOT - - - org.onap.aai.aai-common - aai-core - 1.3.0-SNAPSHOT - - - * - * - - - - - org.onap.aai.aai-common - aai-auth - 1.3.0-SNAPSHOT - org.eclipse.persistence eclipselink 2.6.2 - - org.onap.aai - rest-client - 1.2.1 - net.dongliu gson-java8-datatype @@ -235,7 +257,6 @@ limitations under the License. - org.apache.tinkerpop gremlin-core @@ -267,6 +288,18 @@ limitations under the License. json 20160212 + + org.apache.httpcomponents + httpclient + 4.5.3 + + + org.apache.httpcomponents + httpcore + 4.4.1 + + + junit junit @@ -278,27 +311,16 @@ limitations under the License. test - org.hamcrest - hamcrest-library - ${version.org.hamcrest.hamcrest-library} + org.mockito + mockito-core + 1.10.19 test - - - org.apache.httpcomponents - httpclient - 4.5.3 - - - org.apache.httpcomponents - httpcore - 4.4.1 - - - org.springframework.boot - - spring-boot-configuration-processor - - true + + + org.hamcrest + hamcrest-library + + @@ -327,6 +349,13 @@ limitations under the License. **/* + + ${basedir} + true + + bundleconfig-local/** + + ${basedir}/src/main/bin/ @@ -340,13 +369,6 @@ limitations under the License. com.spotify docker-maven-plugin 0.4.11 - - - com.github.jnr - jnr-unixsocket - 0.13 - - true docker-hub @@ -370,12 +392,15 @@ limitations under the License. src/main/java/** src/test/java/** + pom.xml + true - format + + check process-sources @@ -403,7 +428,6 @@ limitations under the License. - org.apache.maven.plugins maven-deploy-plugin @@ -423,6 +447,40 @@ limitations under the License. + + org.apache.maven.plugins + maven-dependency-plugin + + + unpack + prepare-package + + unpack + + + + + org.onap.aai.aai-common + aai-schema + ${version.org.onap.aai.aai-common} + jar + oxm/ + ${project.build.directory}/bundleconfig-local/etc + + + org.onap.aai.aai-common + aai-core + ${version.org.onap.aai.aai-common} + jar + dbedgerules/ + **/*.ftlh + ${project.build.directory}/bundleconfig-local/etc + + + + + +