diff options
Diffstat (limited to 'sca-java-2.x/trunk/modules/binding-atom-runtime')
-rw-r--r-- | sca-java-2.x/trunk/modules/binding-atom-runtime/pom.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/modules/binding-atom-runtime/pom.xml b/sca-java-2.x/trunk/modules/binding-atom-runtime/pom.xml index cc59f117ff..f582807f7c 100644 --- a/sca-java-2.x/trunk/modules/binding-atom-runtime/pom.xml +++ b/sca-java-2.x/trunk/modules/binding-atom-runtime/pom.xml @@ -108,6 +108,20 @@ <artifactId>axiom-impl</artifactId> <version>1.2.10</version> <scope>runtime</scope> + <exclusions> + <exclusion> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-activation_1.1_spec</artifactId> + </exclusion> + <exclusion> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-javamail_1.4_spec</artifactId> + </exclusion> + <exclusion> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-stax-api_1.0_spec</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> @@ -119,6 +133,10 @@ <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-activation_1.0.2_spec</artifactId> </exclusion> + <exclusion> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-stax-api_1.0_spec</artifactId> + </exclusion> </exclusions> </dependency> @@ -132,6 +150,10 @@ <artifactId>stax-api</artifactId> </exclusion> <exclusion> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-stax-api_1.0_spec</artifactId> + </exclusion> + <exclusion> <groupId>xom</groupId> <artifactId>xom</artifactId> </exclusion> @@ -158,6 +180,12 @@ <groupId>org.apache.abdera</groupId> <artifactId>abdera-extensions-json</artifactId> <version>1.1.1</version> + <exclusions> + <exclusion> + <groupId>javax.activation</groupId> + <artifactId>activation</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> |