From 37a244dfa9b485c2832f1882930e0e67238f31fb Mon Sep 17 00:00:00 2001 From: Alexis de Talhouët Date: Wed, 12 Sep 2018 11:15:51 -0400 Subject: Fix OSGi wiring issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I84ee15ae657d6a8bb2902a785c119bc96f2674fd Issue-ID: CCSDK-505 Signed-off-by: Alexis de Talhouët --- .../adaptors/data-adaptor-provider/pom.xml | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'blueprints-processor/adaptors/data-adaptor-provider') diff --git a/blueprints-processor/adaptors/data-adaptor-provider/pom.xml b/blueprints-processor/adaptors/data-adaptor-provider/pom.xml index 4fdf824ba..f328ea954 100644 --- a/blueprints-processor/adaptors/data-adaptor-provider/pom.xml +++ b/blueprints-processor/adaptors/data-adaptor-provider/pom.xml @@ -61,18 +61,12 @@ org.springframework spring-context - 4.2.9.RELEASE - - - org.springframework - spring-beans - 4.2.9.RELEASE - compile + ${spring.version} org.springframework spring-jdbc - 4.2.9.RELEASE + ${spring.version} com.att.eelf @@ -82,7 +76,7 @@ org.springframework spring-test - 4.2.9.RELEASE + ${spring.version} test @@ -115,7 +109,8 @@ true - org.onap.ccsdk.config.data.adaptor + ${project.artifactId} + ${project.groupId}.${project.artifactId} org.onap.ccsdk.config.data.adaptor, org.onap.ccsdk.config.data.adaptor.dao, org.onap.ccsdk.config.data.adaptor.db, -- cgit 1.2.3-korg