Author: tchemit Date: 2012-01-04 19:07:51 +0100 (Wed, 04 Jan 2012) New Revision: 166 Url: http://nuiton.org/repositories/revision/nuiton-web/166 Log: optimize dependencies Modified: trunk/nuiton-web/pom.xml trunk/pom.xml Modified: trunk/nuiton-web/pom.xml =================================================================== --- trunk/nuiton-web/pom.xml 2012-01-04 17:45:59 UTC (rev 165) +++ trunk/nuiton-web/pom.xml 2012-01-04 18:07:51 UTC (rev 166) @@ -39,6 +39,12 @@ </dependency> <dependency> + <groupId>org.hibernate</groupId> + <artifactId>hibernate-core</artifactId> + <scope>provided</scope> + </dependency> + + <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> </dependency> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-01-04 17:45:59 UTC (rev 165) +++ trunk/pom.xml 2012-01-04 18:07:51 UTC (rev 166) @@ -115,7 +115,7 @@ <scope>provided</scope> </dependency> - <!-- librairie topia --> + <!-- librairie i18n --> <dependency> <groupId>org.nuiton.i18n</groupId> <artifactId>nuiton-i18n</artifactId> @@ -131,6 +131,13 @@ <scope>provided</scope> </dependency> + <dependency> + <groupId>org.hibernate</groupId> + <artifactId>hibernate-core</artifactId> + <version>3.6.8.Final</version> + <scope>provided</scope> + </dependency> + <!-- GWT dependencies (from central repo) --> <dependency> <groupId>com.google.gwt</groupId>