From 42ef3e4d9d80ac3de18cb687fac3c375ecdc96db Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Thu, 13 Sep 2018 12:11:35 -0400 Subject: Fix groupIds Incorrect groupIds - need to match repo structure. Also, name tags need to include sdnc-oam to map to correct Sonar project. Change-Id: I530855763bb02fc655a2192f9af55da63fd12512 Issue-ID: SDNC-445 Signed-off-by: Timoney, Dan (dt5972) Former-commit-id: 597abe7f0380146d5e44588c2be24c63357afbd7 --- SdncReports/SdncReportsDao/pom.xml | 90 +++++++++++++++++++------------------- 1 file changed, 45 insertions(+), 45 deletions(-) (limited to 'SdncReports/SdncReportsDao') diff --git a/SdncReports/SdncReportsDao/pom.xml b/SdncReports/SdncReportsDao/pom.xml index 5e6afa16..afcce957 100644 --- a/SdncReports/SdncReportsDao/pom.xml +++ b/SdncReports/SdncReportsDao/pom.xml @@ -1,65 +1,65 @@ - - 4.0.0 - SdncReportsDao - jar - - - org.onap.ccsdk.parent - SdncReports - 0.0.1-SNAPSHOT - - - - - org.springframework - spring-context - - - - org.springframework.boot - spring-boot-starter-test - test - 1.5.3.RELEASE - - + + 4.0.0 + org.onap.sdnc.oam + SdncReportsDao + 1.4.0-SNAPSHOT + jar + + sdnc-oam :: SdncReports :: SdncReportsDao + + + org.onap.sdnc.oam + SdncReports + 1.4.0-SNAPSHOT + + + + + org.springframework + spring-context + + + + org.springframework.boot + spring-boot-starter-test + test + 1.5.3.RELEASE + + org.springframework.boot spring-boot-starter-data-jpa org.hibernate - hibernate-entitymanager + hibernate-entitymanager - + - + mysql mysql-connector-java runtime - + com.fasterxml.jackson.core jackson-annotations - - - - org.mariadb.jdbc - mariadb-java-client - 1.1.7 - - - \ No newline at end of file + + + + org.mariadb.jdbc + mariadb-java-client + 1.1.7 + + + -- cgit 1.2.3-korg