From 91fe8ec701d93817abc9a91b75393a8ce778b1a7 Mon Sep 17 00:00:00 2001 From: Viliam Repan Date: Wed, 23 Aug 2017 18:45:42 +0200 Subject: [PATCH] fixing pom files, removed warnings --- dist/pom.xml | 2 +- gui/admin-gui/pom.xml | 1 + model/model-client/pom.xml | 10 ---------- model/model-common/pom.xml | 6 ------ model/model-impl/pom.xml | 6 ------ model/notifications-impl/pom.xml | 6 ------ model/report-impl/pom.xml | 6 ------ provisioning/provisioning-impl/pom.xml | 6 ------ repo/repo-common/pom.xml | 6 ------ samples/model-client-sample/pom.xml | 1 + 10 files changed, 3 insertions(+), 47 deletions(-) diff --git a/dist/pom.xml b/dist/pom.xml index 6fae1713377..aca59e787a1 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -117,7 +117,7 @@ src/main/assembly/dist.xml - midpoint-${version} + midpoint-${project.version} diff --git a/gui/admin-gui/pom.xml b/gui/admin-gui/pom.xml index 86d179a2055..821782bb560 100644 --- a/gui/admin-gui/pom.xml +++ b/gui/admin-gui/pom.xml @@ -99,6 +99,7 @@ org.springframework.boot spring-boot-maven-plugin + ${spring.boot.version} diff --git a/model/model-client/pom.xml b/model/model-client/pom.xml index d8bd82310ff..107ef5c2889 100644 --- a/model/model-client/pom.xml +++ b/model/model-client/pom.xml @@ -81,16 +81,6 @@ org.apache.cxf.xjc-utils cxf-xjc-runtime - - org.apache.cxf - cxf-rt-frontend-jaxws - runtime - - - com.sun.xml.bind - jaxb-impl - runtime - com.sun.xml.bind jaxb-core diff --git a/model/model-common/pom.xml b/model/model-common/pom.xml index e95757dd3d5..06dfe1a2d28 100644 --- a/model/model-common/pom.xml +++ b/model/model-common/pom.xml @@ -175,11 +175,5 @@ 3.7-SNAPSHOT test - - com.evolveum.midpoint.repo - repo-test-util - 3.7-SNAPSHOT - test - diff --git a/model/model-impl/pom.xml b/model/model-impl/pom.xml index 3654860c2f0..f08951101f7 100644 --- a/model/model-impl/pom.xml +++ b/model/model-impl/pom.xml @@ -387,12 +387,6 @@ spring-test test - - com.evolveum.midpoint.repo - system-init - 3.7-SNAPSHOT - test - org.slf4j jcl-over-slf4j diff --git a/model/notifications-impl/pom.xml b/model/notifications-impl/pom.xml index 8c7c5bd5108..90ec2cac9f4 100644 --- a/model/notifications-impl/pom.xml +++ b/model/notifications-impl/pom.xml @@ -175,12 +175,6 @@ 3.7-SNAPSHOT test - - com.evolveum.midpoint.repo - repo-cache - 3.7-SNAPSHOT - test - com.evolveum.midpoint.repo repo-test-util diff --git a/model/report-impl/pom.xml b/model/report-impl/pom.xml index 8e8454dd744..678fd2ab1bb 100644 --- a/model/report-impl/pom.xml +++ b/model/report-impl/pom.xml @@ -192,12 +192,6 @@ 3.7-SNAPSHOT test - - com.evolveum.midpoint.model - model-impl - 3.7-SNAPSHOT - - com.evolveum.midpoint.provisioning provisioning-impl diff --git a/provisioning/provisioning-impl/pom.xml b/provisioning/provisioning-impl/pom.xml index 57501f10f12..a9aee619290 100644 --- a/provisioning/provisioning-impl/pom.xml +++ b/provisioning/provisioning-impl/pom.xml @@ -245,12 +245,6 @@ persistence-api test - - com.evolveum.midpoint.repo - system-init - 3.7-SNAPSHOT - test - org.apache.derby derbyclient diff --git a/repo/repo-common/pom.xml b/repo/repo-common/pom.xml index 99cd68b8dd0..1a8e659c4d5 100644 --- a/repo/repo-common/pom.xml +++ b/repo/repo-common/pom.xml @@ -122,11 +122,5 @@ 3.7-SNAPSHOT test - - com.evolveum.midpoint.repo - repo-test-util - 3.7-SNAPSHOT - test - diff --git a/samples/model-client-sample/pom.xml b/samples/model-client-sample/pom.xml index e998546038e..46026b21fab 100644 --- a/samples/model-client-sample/pom.xml +++ b/samples/model-client-sample/pom.xml @@ -134,6 +134,7 @@ org.apache.maven.plugins maven-surefire-plugin + 2.20 true