From b511df0e89d86427067463ec40dbeff58b08639b Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Wed, 13 Nov 2019 10:49:18 -0500 Subject: Use 1.5.0 parent pom Use released 1.5.0 version of parent pom Change-Id: Ie4cf2559a486f0e98e4955ffadfc5ca138e9b833 Issue-ID: CCSDK-1920 Signed-off-by: Timoney, Dan (dt5972) --- .../adaptors/data-adaptor-provider/pom.xml | 210 ++++++++++----------- 1 file changed, 105 insertions(+), 105 deletions(-) (limited to 'blueprints-processor/adaptors/data-adaptor-provider/pom.xml') diff --git a/blueprints-processor/adaptors/data-adaptor-provider/pom.xml b/blueprints-processor/adaptors/data-adaptor-provider/pom.xml index b98a116e8..1c01cf9f8 100644 --- a/blueprints-processor/adaptors/data-adaptor-provider/pom.xml +++ b/blueprints-processor/adaptors/data-adaptor-provider/pom.xml @@ -1,115 +1,115 @@ + © 2018 IBM. 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 http://www.apache.org/licenses/LICENSE-2.0 + 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. --> - 4.0.0 + 4.0.0 - - org.onap.ccsdk.parent - binding-parent - 1.5.0-SNAPSHOT - - + + org.onap.ccsdk.parent + binding-parent + 1.5.0 + + - org.onap.ccsdk.features - 0.7.0-SNAPSHOT - blueprints-data-adaptor-provider - bundle - Blueprints Data Adaptor - Provider - http://maven.apache.org - + org.onap.ccsdk.features + 0.7.0-SNAPSHOT + blueprints-data-adaptor-provider + bundle + Blueprints Data Adaptor - Provider + http://maven.apache.org + - - - org.onap.ccsdk.sli.core - sli-core-artifacts - ${ccsdk.sli.core.version} - pom - import - - + + + org.onap.ccsdk.sli.core + sli-core-artifacts + ${ccsdk.sli.core.version} + pom + import + + - - - org.apache.commons - commons-lang3 - - - org.onap.ccsdk.sli.core - sli-provider - compile - - - commons-io - commons-io - - - org.mariadb.jdbc - mariadb-java-client - runtime - - - org.springframework - spring-context - - - org.springframework - spring-jdbc - - - com.att.eelf - eelf-core - - - org.springframework - spring-test - test - - - com.h2database - h2 - test - - - junit - junit - test - - + + + org.apache.commons + commons-lang3 + + + org.onap.ccsdk.sli.core + sli-provider + compile + + + commons-io + commons-io + + + org.mariadb.jdbc + mariadb-java-client + runtime + + + org.springframework + spring-context + + + org.springframework + spring-jdbc + + + com.att.eelf + eelf-core + + + org.springframework + spring-test + test + + + com.h2database + h2 + test + + + junit + junit + test + + - - - - org.apache.maven.plugins - maven-javadoc-plugin - - -Xdoclint:none - - - - org.apache.felix - maven-bundle-plugin - true - - - ${project.artifactId} - ${project.groupId}.${project.artifactId} - org.onap.ccsdk.features.data.adaptor, - org.onap.ccsdk.features.data.adaptor.dao, - org.onap.ccsdk.features.data.adaptor.db, - org.onap.ccsdk.features.data.adaptor.domain, - org.onap.ccsdk.features.data.adaptor.service - - - - - - + + + + org.apache.maven.plugins + maven-javadoc-plugin + + -Xdoclint:none + + + + org.apache.felix + maven-bundle-plugin + true + + + ${project.artifactId} + ${project.groupId}.${project.artifactId} + org.onap.ccsdk.features.data.adaptor, + org.onap.ccsdk.features.data.adaptor.dao, + org.onap.ccsdk.features.data.adaptor.db, + org.onap.ccsdk.features.data.adaptor.domain, + org.onap.ccsdk.features.data.adaptor.service + + + + + + -- cgit 1.2.3-korg