From b2d9a5ce733d821fd94783574e7ded02a77e8fb8 Mon Sep 17 00:00:00 2001 From: Gunnar Morling Date: Fri, 30 May 2014 09:56:00 +0200 Subject: [PATCH] #169 Upgrading to maven-jaxb2-plugin:0.9.0 which makes workaround for XML security issue unnecessary --- integrationtest/pom.xml | 27 --------------------------- parent/pom.xml | 2 +- 2 files changed, 1 insertion(+), 28 deletions(-) diff --git a/integrationtest/pom.xml b/integrationtest/pom.xml index 2c2f4abb7..632947f7a 100644 --- a/integrationtest/pom.xml +++ b/integrationtest/pom.xml @@ -115,30 +115,6 @@ - - - org.codehaus.mojo - properties-maven-plugin - - - - set-system-properties - - - - - - - javax.xml.accessExternalSchema - file - - - - org.jvnet.jaxb2.maven2 maven-jaxb2-plugin @@ -161,9 +137,6 @@ true true 2.1 - - -disableXmlSecurity - diff --git a/parent/pom.xml b/parent/pom.xml index 6fe658d04..d7a1ebce8 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -417,7 +417,7 @@ org.jvnet.jaxb2.maven2 maven-jaxb2-plugin - 0.8.3 + 0.9.0 org.codehaus.mojo