fix openjpa-all, which had some jaxb code included by the shade plugin due to transitive depends

git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.0.0-beta@903062 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald Woods 2010-01-26 03:06:15 +00:00
parent 116797b77c
commit 2ca2ae045a
3 changed files with 3 additions and 36 deletions

View File

@ -106,39 +106,5 @@
<artifactId>openjpa</artifactId> <artifactId>openjpa</artifactId>
<version>${pom.version}</version> <version>${pom.version}</version>
</dependency> </dependency>
<!-- Need to manually add back optional openjpa-jdbc depends -->
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<scope>compile</scope>
<optional>true</optional>
<exclusions>
<exclusion>
<groupId>javax.xml.bind</groupId>
<artifactId>jsr173_api</artifactId>
</exclusion>
<exclusion>
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<scope>compile</scope>
<optional>true</optional>
<exclusions>
<exclusion>
<groupId>javax.xml.bind</groupId>
<artifactId>jsr173_api</artifactId>
</exclusion>
<exclusion>
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- end optional openjpa-jdbc depends -->
</dependencies> </dependencies>
</project> </project>

View File

@ -97,7 +97,8 @@
<include>org.apache.geronimo.specs:geronimo-jta_1.1_spec</include> <include>org.apache.geronimo.specs:geronimo-jta_1.1_spec</include>
<include>org.apache.geronimo.specs:geronimo-jpa_2.0_spec</include> <include>org.apache.geronimo.specs:geronimo-jpa_2.0_spec</include>
<include>org.apache.geronimo.specs:geronimo-validation_1.0_spec</include> <include>org.apache.geronimo.specs:geronimo-jms_1.1_spec</include>
<!-- <include>org.apache.geronimo.specs:geronimo-validation_1.0_spec</include> -->
</includes> </includes>
</dependencySet> </dependencySet>
</dependencySets> </dependencySets>

View File

@ -174,6 +174,7 @@ tion:=optional,*</Import-Package>
javax.xml.bind:jsr173_api:jar:1.0 javax.xml.bind:jsr173_api:jar:1.0
javax.activation:activation:jar:1.1 javax.activation:activation:jar:1.1
com.sun.xml.bind:jaxb-impl:jar:2.0.5 com.sun.xml.bind:jaxb-impl:jar:2.0.5
-->
<exclusions> <exclusions>
<exclusion> <exclusion>
<groupId>javax.xml.bind</groupId> <groupId>javax.xml.bind</groupId>
@ -184,7 +185,6 @@ tion:=optional,*</Import-Package>
<artifactId>jaxb-impl</artifactId> <artifactId>jaxb-impl</artifactId>
</exclusion> </exclusion>
</exclusions> </exclusions>
-->
</dependency> </dependency>
<!-- Need to manually add back optional openjpa-jdbc depends --> <!-- Need to manually add back optional openjpa-jdbc depends -->
<dependency> <dependency>