From: <fg...@us...> - 2008-04-27 16:30:03
|
Revision: 778 http://openutils.svn.sourceforge.net/openutils/?rev=778&view=rev Author: fgiust Date: 2008-04-27 09:30:02 -0700 (Sun, 27 Apr 2008) Log Message: ----------- updated poms Modified Paths: -------------- trunk/openutils-testing/pom.xml trunk/openutils-testing-junit/pom.xml trunk/openutils-testing-testng/pom.xml Modified: trunk/openutils-testing/pom.xml =================================================================== --- trunk/openutils-testing/pom.xml 2008-04-27 14:24:19 UTC (rev 777) +++ trunk/openutils-testing/pom.xml 2008-04-27 16:30:02 UTC (rev 778) @@ -72,7 +72,6 @@ <groupId>org.dbunit</groupId> <artifactId>dbunit</artifactId> <version>2.2</version> - <optional>true</optional> <exclusions> <exclusion> <groupId>junit</groupId> @@ -89,6 +88,17 @@ </exclusions> </dependency> <dependency> + <groupId>poi</groupId> + <artifactId>poi</artifactId> + <version>3.0.2-FINAL</version> + <exclusions> + <exclusion> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> <classifier>jdk15</classifier> Modified: trunk/openutils-testing-junit/pom.xml =================================================================== --- trunk/openutils-testing-junit/pom.xml 2008-04-27 14:24:19 UTC (rev 777) +++ trunk/openutils-testing-junit/pom.xml 2008-04-27 16:30:02 UTC (rev 778) @@ -15,7 +15,7 @@ <dependency> <groupId>net.sourceforge.openutils</groupId> <artifactId>openutils-testing</artifactId> - <version>2.1</version> + <version>2.1.1-SNAPSHOT</version> </dependency> <dependency> <groupId>junit</groupId> Modified: trunk/openutils-testing-testng/pom.xml =================================================================== --- trunk/openutils-testing-testng/pom.xml 2008-04-27 14:24:19 UTC (rev 777) +++ trunk/openutils-testing-testng/pom.xml 2008-04-27 16:30:02 UTC (rev 778) @@ -15,7 +15,7 @@ <dependency> <groupId>net.sourceforge.openutils</groupId> <artifactId>openutils-testing</artifactId> - <version>2.1</version> + <version>2.1.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.testng</groupId> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |