Author: xiaming
Date: Mon May 14 03:07:08 2012
New Revision: 1338024
URL: http://svn.apache.org/viewvc?rev=1338024&view=rev
Log:
GERONIMO-6345 Update bval rebundle pom as David Jenck's suggestion
Modified:
geronimo/bundles/trunk/bval-jsr303/pom.xml
Modified: geronimo/bundles/trunk/bval-jsr303/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/bundles/trunk/bval-jsr303/pom.xml?rev=1338024&r1=1338023&r2=1338024&view=diff
==============================================================================
--- geronimo/bundles/trunk/bval-jsr303/pom.xml (original)
+++ geronimo/bundles/trunk/bval-jsr303/pom.xml Mon May 14 03:07:08 2012
@@ -69,6 +69,17 @@
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jaxb_2.2_spec</artifactId>
<version>1.0.1</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-stax-api_1.2_spec</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-stax-api_1.2_spec</artifactId>
+ <version>1.1</version>
</dependency>
</dependencies>
|