Author: dkulp Date: Thu Apr 17 12:10:20 2008 New Revision: 649234 URL: http://svn.apache.org/viewvc?rev=649234&view=rev Log: Fixup some exclusions to make sure we aren't shipping stuff we shouldn't
Modified: incubator/cxf/trunk/distribution/pom.xml incubator/cxf/trunk/parent/pom.xml incubator/cxf/trunk/rt/frontend/jaxrs/pom.xml Modified: incubator/cxf/trunk/distribution/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/pom.xml?rev=649234&r1=649233&r2=649234&view=diff ============================================================================== --- incubator/cxf/trunk/distribution/pom.xml (original) +++ incubator/cxf/trunk/distribution/pom.xml Thu Apr 17 12:10:20 2008 @@ -265,6 +265,12 @@ <groupId>${pom.groupId}</groupId> <artifactId>cxf-bundle</artifactId> <version>${pom.version}</version> + <exclusions> + <exclusion> + <groupId>bouncycastle</groupId> + <artifactId>bcprov-jdk14</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>commons-httpclient</groupId> Modified: incubator/cxf/trunk/parent/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/parent/pom.xml?rev=649234&r1=649233&r2=649234&view=diff ============================================================================== --- incubator/cxf/trunk/parent/pom.xml (original) +++ incubator/cxf/trunk/parent/pom.xml Thu Apr 17 12:10:20 2008 @@ -866,6 +866,12 @@ <groupId>org.apache.xmlbeans</groupId> <artifactId>xmlbeans</artifactId> <version>${xmlbeans.version}</version> + <exclusions> + <exclusion> + <groupId>stax</groupId> + <artifactId>stax-api</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>xml-resolver</groupId> Modified: incubator/cxf/trunk/rt/frontend/jaxrs/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/frontend/jaxrs/pom.xml?rev=649234&r1=649233&r2=649234&view=diff ============================================================================== --- incubator/cxf/trunk/rt/frontend/jaxrs/pom.xml (original) +++ incubator/cxf/trunk/rt/frontend/jaxrs/pom.xml Thu Apr 17 12:10:20 2008 @@ -99,6 +99,10 @@ <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-activation_1.0.2_spec</artifactId> </exclusion> + <exclusion> + <groupId>stax</groupId> + <artifactId>stax-api</artifactId> + </exclusion> </exclusions> </dependency> <dependency>