From ab106dc694364cda2041a66cf70a5986ccbb8a28 Mon Sep 17 00:00:00 2001 From: Radovan Semancik Date: Fri, 22 Apr 2016 17:30:53 +0200 Subject: [PATCH] Cleaning up the build (stax2-api, cxf, etc.) --- build-system/pom.xml | 9 +++++++++ dist/midpoint-api/pom.xml | 5 ++++- infra/prism/pom.xml | 5 +++++ samples/model-client-sample/pom.xml | 13 +++++++------ 4 files changed, 25 insertions(+), 7 deletions(-) diff --git a/build-system/pom.xml b/build-system/pom.xml index 37a5401344f..9a00320415f 100644 --- a/build-system/pom.xml +++ b/build-system/pom.xml @@ -556,6 +556,12 @@ + + + org.codehaus.woodstox + stax2-api + 3.1.4 + org.apache.felix org.osgi.core @@ -1403,6 +1409,9 @@ xml-apis:xml-apis stax:stax-api + + + org.codehaus.woodstox:stax2-api org.apache.cxf:cxf-tools-common diff --git a/dist/midpoint-api/pom.xml b/dist/midpoint-api/pom.xml index d86b820737e..524cadfb28e 100644 --- a/dist/midpoint-api/pom.xml +++ b/dist/midpoint-api/pom.xml @@ -101,16 +101,19 @@ 2.10.3 true + true com.evolveum.*:* + false + true javadoc-jar package - jar + jar diff --git a/infra/prism/pom.xml b/infra/prism/pom.xml index 7187d2a4567..0230d6b3529 100644 --- a/infra/prism/pom.xml +++ b/infra/prism/pom.xml @@ -111,6 +111,11 @@ org.jvnet.jaxb2_commons jaxb2-basics-runtime + + + org.codehaus.woodstox + stax2-api +