Author: tchemit Date: 2010-10-26 12:52:58 +0000 (Tue, 26 Oct 2010) New Revision: 1607 Log: fix build (use inheritance from mavenpom for commons libs) Modified: trunk/simexplorer-is/pom.xml Modified: trunk/simexplorer-is/pom.xml =================================================================== --- trunk/simexplorer-is/pom.xml 2010-10-26 12:03:06 UTC (rev 1606) +++ trunk/simexplorer-is/pom.xml 2010-10-26 12:52:58 UTC (rev 1607) @@ -172,7 +172,7 @@ <!-- autres librairies --> - <dependency> + <!--dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> @@ -186,7 +186,7 @@ <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> - </dependency> + </dependency--> <dependency> <groupId>com.h2database</groupId>