From ac22fb51b1383f182b847d2c538a2c39d259ab6c Mon Sep 17 00:00:00 2001 From: Michael Arrastia Date: Tue, 7 Aug 2018 11:22:18 +0100 Subject: [PATCH] Update dependency versions in pom * Correct inconsistent use of aai-common version * Align with ONAP version manifest: https://git.onap.org/integration/tree/version-manifest/ src/main/resources/java-manifest.csv * Organise for readability Change-Id: Ie17625e0f1ad3773bcf950a937f5eed6367d4b1f Issue-ID: AAI-1442 Signed-off-by: Michael Arrastia --- .gitignore | 1 + pom.xml | 217 ++++++++++++++++++++++++++++++++----------------------------- 2 files changed, 116 insertions(+), 102 deletions(-) diff --git a/.gitignore b/.gitignore index 3615915..3b9de4e 100644 --- a/.gitignore +++ b/.gitignore @@ -17,4 +17,5 @@ target/ # Misc .checkstyle +.vscode/ diff --git a/pom.xml b/pom.xml index a3ee5d1..f2ccb0d 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,12 +34,9 @@ limitations under the License. 1.3.0-SNAPSHOT aai-gizmo - ${basedir}/target - https://nexus.onap.org - workstation - DEV + 1.2.4 @@ -85,9 +81,7 @@ limitations under the License. org.springframework.boot - - spring-boot-configuration-processor - + spring-boot-configuration-processor true @@ -99,6 +93,92 @@ limitations under the License. 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 @@ -114,7 +194,7 @@ limitations under the License. logback-classic - + ch.qos.logback logback-access @@ -135,18 +215,6 @@ limitations under the License. jackson-mapper-asl 1.4.5 - - org.mockito - mockito-core - 1.10.19 - test - - - org.hamcrest - hamcrest-library - - - dom4j dom4j @@ -168,78 +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-schema-ingest - 1.2.2 - - - 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 @@ -256,7 +257,6 @@ limitations under the License. - org.apache.tinkerpop gremlin-core @@ -288,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 @@ -299,14 +311,16 @@ limitations under the License. test - org.apache.httpcomponents - httpclient - 4.5.3 - - - org.apache.httpcomponents - httpcore - 4.4.1 + org.mockito + mockito-core + 1.10.19 + test + + + org.hamcrest + hamcrest-library + + @@ -421,7 +435,6 @@ limitations under the License. - org.apache.maven.plugins maven-deploy-plugin @@ -441,7 +454,7 @@ limitations under the License. - + org.apache.maven.plugins maven-dependency-plugin @@ -456,7 +469,7 @@ limitations under the License. org.onap.aai.aai-common aai-schema - 1.2.1 + ${version.org.onap.aai.aai-common} jar oxm/ ${project.build.directory}/bundleconfig-local/etc @@ -464,7 +477,7 @@ limitations under the License. org.onap.aai.aai-common aai-core - 1.2.1 + ${version.org.onap.aai.aai-common} jar dbedgerules/ **/*.ftlh -- 2.16.6