From bd8a2158eef4e4c2b09ee1f48cbd3ae199007887 Mon Sep 17 00:00:00 2001
From: Gabriel Landais <glandais@kereval.com>
Date: Thu, 22 Mar 2012 08:11:15 +0000
Subject: [PATCH] git-svn-id:
 https://scm.gforge.inria.fr/authscm/ycadoret/svn/gazelle/Maven/gazelle-proxy/trunk@26992
 356b4b1a-1d2b-0410-8bf1-ffa24008f01e

---
 pom.xml | 17 ++---------------
 1 file changed, 2 insertions(+), 15 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9459338f..53531b74 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>
-- 
GitLab