diff --git a/gazelle-proxy-ear/pom.xml b/gazelle-proxy-ear/pom.xml index 642a50fd01e8859c9fcb5e0c6707bbe3710d4d2a..1be07817c9bf142b2bdd24056321466f00c0b57f 100644 --- a/gazelle-proxy-ear/pom.xml +++ b/gazelle-proxy-ear/pom.xml @@ -50,13 +50,6 @@ <bundleFileName>gazelle-proxy-ejb.jar</bundleFileName> </ejbModule> - <jarModule> - <groupId>net.ihe.gazelle.proxy</groupId> - <artifactId>gazelle-proxy-datamodel</artifactId> - <bundleDir>/</bundleDir> - <bundleFileName>gazelle-proxy-datamodel.jar</bundleFileName> - <includeInApplicationXml>true</includeInApplicationXml> - </jarModule> </modules> </configuration> diff --git a/gazelle-proxy-ejb/pom.xml b/gazelle-proxy-ejb/pom.xml index b25c9a65a72f6ded4a94c146798fc20e4610632b..109eeba1f5e064d335040712454f6013056ff170 100644 --- a/gazelle-proxy-ejb/pom.xml +++ b/gazelle-proxy-ejb/pom.xml @@ -25,11 +25,6 @@ </build> <dependencies> - <dependency> - <groupId>org.jboss.seam</groupId> - <artifactId>jboss-seam</artifactId> - <version>${version.seam}</version> - </dependency> <dependency> <groupId>com.pixelmed</groupId> <artifactId>pixelmed-dicom</artifactId> @@ -86,11 +81,6 @@ <artifactId>TLSSimulator-pki-jar</artifactId> </dependency> - <dependency> - <groupId>commons-beanutils</groupId> - <artifactId>commons-beanutils</artifactId> - </dependency> - <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> @@ -185,26 +175,14 @@ <artifactId>jaxb-api</artifactId> </dependency> - <dependency> - <groupId>apache-log4j</groupId> - <artifactId>log4j</artifactId> - </dependency> <dependency> <groupId>javax.ejb</groupId> <artifactId>ejb-api</artifactId> </dependency> - <dependency> - <groupId>org.hibernate</groupId> - <artifactId>hibernate-annotations</artifactId> - </dependency> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-entitymanager</artifactId> </dependency> - <dependency> - <groupId>org.hibernate</groupId> - <artifactId>hibernate-validator</artifactId> - </dependency> <dependency> <groupId>sun-jaxb</groupId> <artifactId>jaxb-impl</artifactId> @@ -217,10 +195,6 @@ <groupId>javax.mail</groupId> <artifactId>mail</artifactId> </dependency> - <dependency> - <groupId>javax.persistence</groupId> - <artifactId>persistence-api</artifactId> - </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> diff --git a/gazelle-proxy-ejb/src/main/resources/META-INF/persistence.xml b/gazelle-proxy-ejb/src/main/resources/META-INF/persistence.xml index 250edc3e0ace8e109128535d7f8fdede631194d9..ed9a685bd505e14c54a2b2dc06b60d54283e726d 100644 --- a/gazelle-proxy-ejb/src/main/resources/META-INF/persistence.xml +++ b/gazelle-proxy-ejb/src/main/resources/META-INF/persistence.xml @@ -7,7 +7,7 @@ <provider>org.hibernate.ejb.HibernatePersistence</provider> <jta-data-source>java:/gazelle-proxyDS</jta-data-source> - <jar-file>gazelle-proxy-datamodel.jar</jar-file> + <jar-file>gazelle-proxy-ejb.jar</jar-file> <properties> <property name="hibernate.dialect" value="org.hibernate.dialect.PostgreSQLDialect" />