diff --git a/pom.xml b/pom.xml index 9459338f07d83594e28c0640b8eb6066334fd5a5..53531b74d280babb45c2c22a7ad5c4ccee067d10 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>net.ihe.gazelle.maven</groupId> <artifactId>gazelle-seam</artifactId> - <version>1.45</version> + <version>1.46</version> </parent> <groupId>net.ihe.gazelle.proxy</groupId> @@ -24,7 +24,7 @@ <jdbc.driver.class>org.postgresql.Driver</jdbc.driver.class> <hibernate.dialect>org.hibernate.dialect.PostgreSQLDialect</hibernate.dialect> <build.year>2012</build.year> - <version.datatable>1.15</version.datatable> + <version.datatable>1.16</version.datatable> <messages.mode>crowdin</messages.mode> </properties> @@ -61,19 +61,6 @@ <type>war</type> </dependency> - <dependency> - <groupId>net.ihe.gazelle.datable</groupId> - <artifactId>gazelle-datatable-jar</artifactId> - <version>${version.datatable}</version> - <type>ejb</type> - </dependency> - <dependency> - <groupId>net.ihe.gazelle.datable</groupId> - <artifactId>gazelle-datatable-war</artifactId> - <version>${version.datatable}</version> - <type>war</type> - </dependency> - <dependency> <groupId>hsqldb</groupId> <artifactId>hsqldb</artifactId>