From a5d4adc4185af54a19de5de748c728875511c790 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Tue, 5 Nov 2019 17:25:27 -0500 Subject: Add parent and update modules to use it Issue-ID: AAI-2699 Signed-off-by: Jimmy Forsyth Change-Id: I288cb51a4f654387d6ca078f7b4357e8ce2e43c5 --- aai-schema-ingest/pom.xml | 368 +++++++++++++++++++++------------------------- 1 file changed, 169 insertions(+), 199 deletions(-) (limited to 'aai-schema-ingest') diff --git a/aai-schema-ingest/pom.xml b/aai-schema-ingest/pom.xml index 152994fb..e8eae6f0 100644 --- a/aai-schema-ingest/pom.xml +++ b/aai-schema-ingest/pom.xml @@ -1,204 +1,174 @@ - + + 4.0.0 + + org.onap.aai.aai-common + aai-parent + 1.6.0-SNAPSHOT + ../aai-parent/pom.xml + + aai-schema-ingest + aai-schema-ingest + jar - ============LICENSE_START======================================================= - org.onap.aai - ================================================================================ - Copyright © 2017-2018 AT&T Intellectual Property. All rights reserved. - ================================================================================ - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + + 1.0.1-oss + 4.5.5 + 4.3.24.RELEASE + + + + + org.apache.maven.plugins + maven-source-plugin + + + + org.apache.maven.plugins + maven-deploy-plugin + + + org.apache.maven.plugins + maven-site-plugin + + + - http://www.apache.org/licenses/LICENSE-2.0 + + + org.eclipse.persistence + eclipselink + + + com.google.guava + guava + + + org.codehaus.groovy + groovy + indy + + + + commons-io + commons-io + + + org.onap.aai.aai-common + aai-rest + + + org.apache.tinkerpop + gremlin-core + + + com.jayway.jsonpath + json-path + + + javax.ws.rs + javax.ws.rs-api + + + org.springframework + spring-context + + + org.springframework + spring-web + + + org.springframework + spring-core + + + org.springframework + spring-expression + + + org.springframework + spring-webmvc + + + org.springframework.boot + spring-boot-starter-web + + + org.apache.httpcomponents + httpclient + + + org.springframework + spring-test + + + org.springframework.boot + spring-boot-test + test + + + junit + junit + test + + + org.mockito + mockito-all + test + + + com.att.eelf + eelf-core + + + com.google.code.gson + gson + + + + + + central + http://repo1.maven.org/maven2 + + + EvoSuite + EvoSuite Repository + http://www.evosuite.org/m2 + + - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - ============LICENSE_END========================================================= - ---> - - 4.0.0 - - org.onap.aai.aai-common - aai-common - 1.6.0-SNAPSHOT - - aai-schema-ingest - aai-schema-ingest - 1.6.0-SNAPSHOT - jar - - - 1.0.1-oss - 4.5.5 - 4.3.24.RELEASE - - - - - org.apache.maven.plugins - maven-source-plugin - - - - org.apache.maven.plugins - maven-deploy-plugin - - - org.apache.maven.plugins - maven-site-plugin - - - - - - - org.eclipse.persistence - eclipselink - 2.6.2 - - - com.google.guava - guava - 19.0 - - - org.codehaus.groovy - groovy - 2.4.15 - indy - - - - commons-io - commons-io - 2.6 - - - org.onap.aai.aai-common - aai-rest - ${project.version} - - - org.apache.tinkerpop - gremlin-core - 3.2.2 - - - com.jayway.jsonpath - json-path - 2.2.0 - - - javax.ws.rs - javax.ws.rs-api - 2.0.1 - - - org.springframework - spring-context - ${springframework.version} - - - org.springframework - spring-web - ${springframework.version} - - - org.springframework - spring-core - ${springframework.version} - - - org.springframework - spring-expression - ${springframework.version} - - - org.springframework - spring-webmvc - ${springframework.version} - - - org.springframework.boot - spring-boot-starter-web - 1.5.21.RELEASE - - - org.apache.httpcomponents - httpclient - ${httpclient.version} - - - org.springframework - spring-test - ${springframework.version} - - - org.springframework.boot - spring-boot-test - 1.5.21.RELEASE - test - - - junit - junit - 4.12 - test - - - org.mockito - mockito-all - 1.10.19 - test - - - com.att.eelf - eelf-core - ${eelf.core.version} - - - com.google.code.gson - gson - 2.8.5 - - - - - - central - http://repo1.maven.org/maven2 - - - EvoSuite - EvoSuite Repository - http://www.evosuite.org/m2 - - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.10.4 - - false - org.umlgraph.doclet.UmlGraphDoc - - org.umlgraph - umlgraph - 5.6 - - -views - true - - - - + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.4 + + false + org.umlgraph.doclet.UmlGraphDoc + + org.umlgraph + umlgraph + 5.6 + + -views + true + + + + -- cgit 1.2.3-korg