This is an automated email from the ASF dual-hosted git repository. coheigea pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cxf.git
commit d52e54049991cad01ac269e4e144dff6ea72e9a1 Author: Colm O hEigeartaigh <[email protected]> AuthorDate: Tue Nov 6 22:47:26 2018 +0000 Removing axiom definition --- parent/pom.xml | 67 ---------------------------------------------------------- 1 file changed, 67 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index 5e12280..4c21187 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -76,7 +76,6 @@ <cxf.apacheds.version>2.0.0.AM25</cxf.apacheds.version> <cxf.atmosphere.version>2.4.23</cxf.atmosphere.version> <cxf.atmosphere.version.range>[2.4,3.0)</cxf.atmosphere.version.range> - <cxf.axiom.version>1.2.14</cxf.axiom.version> <cxf.bcprov.version>1.60</cxf.bcprov.version> <cxf.cglib.bundle.version>2.2_2</cxf.cglib.bundle.version> <cxf.cglib.osgi.version>[2.1.3,3.0.0)</cxf.cglib.osgi.version> @@ -2401,72 +2400,6 @@ </exclusions> </dependency> <dependency> - <groupId>org.apache.ws.commons.axiom</groupId> - <artifactId>axiom-api</artifactId> - <version>${cxf.axiom.version}</version> - <exclusions> - <exclusion> - <groupId>org.codehaus.woodstox</groupId> - <artifactId>woodstox-core-asl</artifactId> - </exclusion> - <exclusion> - <groupId>javax.mail</groupId> - <artifactId>mail</artifactId> - </exclusion> - <exclusion> - <groupId>xml-apis</groupId> - <artifactId>xml-apis</artifactId> - </exclusion> - <exclusion> - <groupId>stax</groupId> - <artifactId>stax-api</artifactId> - </exclusion> - <exclusion> - <artifactId>xmlParserAPIs</artifactId> - <groupId>xerces</groupId> - </exclusion> - <exclusion> - <artifactId>xercesImpl</artifactId> - <groupId>xerces</groupId> - </exclusion> - <exclusion> - <artifactId>xom</artifactId> - <groupId>xom</groupId> - </exclusion> - <exclusion> - <artifactId>xalan</artifactId> - <groupId>xalan</groupId> - </exclusion> - <exclusion> - <artifactId>xml-apis</artifactId> - <groupId>xml-apis</groupId> - </exclusion> - <exclusion> - <groupId>org.codehaus.woodstox</groupId> - <artifactId>wstx-asl</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.ws.commons.axiom</groupId> - <artifactId>axiom-impl</artifactId> - <version>${cxf.axiom.version}</version> - <exclusions> - <exclusion> - <groupId>javax.mail</groupId> - <artifactId>mail</artifactId> - </exclusion> - <exclusion> - <groupId>xml-apis</groupId> - <artifactId>xml-apis</artifactId> - </exclusion> - <exclusion> - <groupId>stax</groupId> - <artifactId>stax-api</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> <groupId>xerces</groupId> <artifactId>xercesImpl</artifactId> <version>${cxf.xerces.version}</version>
