Skip to content

Commit

Permalink
Updated POMs for issue #13 and issue #14.
Browse files Browse the repository at this point in the history
  • Loading branch information
highsource committed Nov 8, 2014
1 parent ad7f3cd commit b942be0
Show file tree
Hide file tree
Showing 25 changed files with 134 additions and 163 deletions.
17 changes: 13 additions & 4 deletions ejb/plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
<groupId>org.jvnet.hyperjaxb3</groupId>
<artifactId>hyperjaxb3-ejb-roundtrip</artifactId>
</dependency>
<dependency>
<groupId>org.jvnet.hyperjaxb3</groupId>
<artifactId>hyperjaxb3-ejb-runtime</artifactId>
</dependency>
<dependency>
<groupId>org.jvnet.hyperjaxb3</groupId>
<artifactId>hyperjaxb3-ejb-schemas-persistence</artifactId>
Expand All @@ -40,15 +44,20 @@
<artifactId>hyperjaxb3-ejb-schemas-customizations</artifactId>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-xjc</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-core</artifactId>
<scope>provided</scope>
</dependency>
<!--dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-annotations</artifactId>
Expand All @@ -59,7 +68,7 @@
</dependency-->
<dependency>
<groupId>org.hibernate.javax.persistence</groupId>
<artifactId>hibernate-jpa-2.0-api</artifactId>
<artifactId>hibernate-jpa-2.1-api</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down
11 changes: 6 additions & 5 deletions ejb/roundtrip/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@
<dependencies>
<dependency>
<groupId>org.hibernate.javax.persistence</groupId>
<artifactId>hibernate-jpa-2.0-api</artifactId>
<artifactId>hibernate-jpa-2.1-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -32,16 +33,16 @@
<dependency>
<groupId>org.jvnet.hyperjaxb3</groupId>
<artifactId>hyperjaxb3-ejb-runtime</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>hsqldb</groupId>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>${hsqldb17.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
10 changes: 2 additions & 8 deletions ejb/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,10 @@
<dependency>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-basics-runtime</artifactId>
<exclusions>
<exclusion>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
12 changes: 6 additions & 6 deletions ejb/samples/customerservice-cxf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,25 +35,25 @@
<!-- Hibernate -->
<dependency>
<groupId>org.hibernate.javax.persistence</groupId>
<artifactId>hibernate-jpa-2.0-api</artifactId>
<version>1.0.0.Final</version>
<artifactId>hibernate-jpa-2.1-api</artifactId>
<version>${hibernate-jpa-2.1-api.version}</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
<version>3.6.5.Final</version>
<version>${hibernate-entitymanager.version}</version>
</dependency>
<!-- Hyperjaxb3 -->
<dependency>
<groupId>org.jvnet.hyperjaxb3</groupId>
<artifactId>hyperjaxb3-ejb-runtime</artifactId>
<version>0.6.1-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
<!-- HSQLDB -->
<dependency>
<groupId>hsqldb</groupId>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>1.7.3.3</version>
<version>${hsqldb.version}</version>
<scope>runtime</scope>
</dependency>
<!-- Logging -->
Expand Down
8 changes: 4 additions & 4 deletions ejb/samples/po-customized-toplink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
<artifactId>jaxb2-basics-ant</artifactId>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-xjc</artifactId>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
</dependency>
<dependency>
<groupId>toplink.essentials</groupId>
Expand All @@ -40,7 +40,7 @@
</dependency>
<!-- Database -->
<dependency>
<groupId>hsqldb</groupId>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<scope>test</scope>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions ejb/samples/po-customized-toplink/project-build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<include name="jaxb-api-*.jar"/>
<include name="jaxb2-basics-runtime-*.jar"/>

<include name="hibernate-jpa-2.0-api-*.jar"/>
<include name="hibernate-jpa-2.1-api-*.jar"/>
<include name="persistence-api-*.jar"/>
<include name="hyperjaxb3-ejb-runtime-*.jar"/>

Expand All @@ -32,7 +32,7 @@
<include name="commons-lang3-*.jar"/>
<include name="commons-logging-*.jar"/>

<include name="hibernate-jpa-2.0-api-*.jar"/>
<include name="hibernate-jpa-2.1-api-*.jar"/>
<include name="persistence-api-*.jar"/>
<include name="hyperjaxb3-ejb-runtime-*.jar"/>

Expand Down Expand Up @@ -66,7 +66,7 @@
<include name="hsqldb-*.jar"/>
<include name="hyperjaxb3-ejb-runtime-*.jar"/>
<include name="hyperjaxb3-ejb-roundtrip-*.jar"/>
<include name="hibernate-jpa-2.0-api-*.jar"/>
<include name="hibernate-jpa-2.1-api-*.jar"/>
<include name="persistence-api-*.jar"/>
<include name="jta-*.jar"/>
<include name="log4j-*.jar"/>
Expand Down
8 changes: 4 additions & 4 deletions ejb/samples/po-customized-toplink/project-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<version>1.0</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>${jaxb.version}</version>
</dependency>
<dependency>
Expand Down Expand Up @@ -47,9 +47,9 @@
</dependency>
<!-- Database -->
<dependency>
<groupId>hsqldb</groupId>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>${hsqldb18.version}</version>
<version>${hsqldb.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
10 changes: 5 additions & 5 deletions ejb/samples/po-initial/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
<artifactId>jaxb2-basics-ant</artifactId>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-xjc</artifactId>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
</dependency>
<!-- Hibernate Dependencies -->
<dependency>
Expand All @@ -41,9 +41,9 @@
</dependency>
<!-- Database -->
<dependency>
<groupId>hsqldb</groupId>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>1.8.0.7</version>
<version>${hsqldb.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions ejb/samples/po-initial/project-build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<include name="jaxb-api-*.jar"/>
<include name="jaxb2-basics-runtime-*.jar"/>

<include name="hibernate-jpa-2.0-api-*.jar"/>
<include name="hibernate-jpa-2.1-api-*.jar"/>
<include name="persistence-api-*.jar"/>
<include name="hyperjaxb3-ejb-runtime-*.jar"/>

Expand All @@ -32,7 +32,7 @@
<include name="commons-lang3-*.jar"/>
<include name="commons-logging-*.jar"/>

<include name="hibernate-jpa-2.0-api-*.jar"/>
<include name="hibernate-jpa-2.1-api-*.jar"/>
<include name="persistence-api-*.jar"/>
<include name="hyperjaxb3-ejb-runtime-*.jar"/>

Expand Down Expand Up @@ -71,7 +71,7 @@
<include name="hsqldb-*.jar"/>
<include name="hyperjaxb3-ejb-runtime-*.jar"/>
<include name="hyperjaxb3-ejb-roundtrip-*.jar"/>
<include name="hibernate-jpa-2.0-api-*.jar"/>
<include name="hibernate-jpa-2.1-api-*.jar"/>
<include name="persistence-api-*.jar"/>
<include name="jta-*.jar"/>
<include name="log4j-*.jar"/>
Expand Down
14 changes: 7 additions & 7 deletions ejb/samples/po-initial/project-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
<dependencies>
<dependency>
<groupId>org.hibernate.javax.persistence</groupId>
<artifactId>hibernate-jpa-2.0-api</artifactId>
<version>1.0.0.Final</version>
<artifactId>hibernate-jpa-2.1-api</artifactId>
<version>${hibernate-jpa-2.1-api.version}</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>${jaxb.version}</version>
</dependency>
<dependency>
Expand All @@ -42,14 +42,14 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
<version>3.6.5.Final</version>
<version>${hibernate-entitymanager.version}</version>
<scope>test</scope>
</dependency>
<!-- Database -->
<dependency>
<groupId>hsqldb</groupId>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>${hsqldb18.version}</version>
<version>${hsqldb.version}</version>
<scope>test</scope>
</dependency>

Expand Down
14 changes: 7 additions & 7 deletions ejb/samples/po-maven-jaxb2-plugin/project-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
<dependencies>
<dependency>
<groupId>org.hibernate.javax.persistence</groupId>
<artifactId>hibernate-jpa-2.0-api</artifactId>
<version>1.0.0.Final</version>
<artifactId>hibernate-jpa-2.1-api</artifactId>
<version>${hibernate-jpa-2.1-api.version}</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>${jaxb.version}</version>
</dependency>
<dependency>
Expand All @@ -37,14 +37,14 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
<version>3.6.5.Final</version>
<version>${hibernate-entitymanager.version}</version>
<scope>test</scope>
</dependency>
<!-- Database -->
<dependency>
<groupId>hsqldb</groupId>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>${hsqldb18.version}</version>
<version>${hsqldb.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions ejb/samples/uniprot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
<artifactId>jaxb2-basics-ant</artifactId>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-xjc</artifactId>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
</dependency>
<!-- Hibernate Dependencies -->
<dependency>
Expand All @@ -41,7 +41,7 @@
</dependency>
<!-- Database -->
<dependency>
<groupId>hsqldb</groupId>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<scope>test</scope>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions ejb/samples/uniprot/project-build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<include name="jaxb-api-*.jar"/>
<include name="jaxb2-basics-runtime-*.jar"/>

<include name="hibernate-jpa-2.0-api-*.jar"/>
<include name="hibernate-jpa-2.1-api-*.jar"/>
<include name="persistence-api-*.jar"/>
<include name="hyperjaxb3-ejb-runtime-*.jar"/>

Expand All @@ -32,7 +32,7 @@
<include name="commons-lang3-*.jar"/>
<include name="commons-logging-*.jar"/>

<include name="hibernate-jpa-2.0-api-*.jar"/>
<include name="hibernate-jpa-2.1-api-*.jar"/>
<include name="persistence-api-*.jar"/>
<include name="hyperjaxb3-ejb-runtime-*.jar"/>

Expand Down Expand Up @@ -71,7 +71,7 @@
<include name="hsqldb-*.jar"/>
<include name="hyperjaxb3-ejb-runtime-*.jar"/>
<include name="hyperjaxb3-ejb-roundtrip-*.jar"/>
<include name="hibernate-jpa-2.0-api-*.jar"/>
<include name="hibernate-jpa-2.1-api-*.jar"/>
<include name="persistence-api-*.jar"/>
<include name="jta-*.jar"/>
<include name="log4j-*.jar"/>
Expand Down
Loading

0 comments on commit b942be0

Please sign in to comment.