From: <fg...@us...> - 2010-02-24 23:11:00
|
Revision: 2061 http://openutils.svn.sourceforge.net/openutils/?rev=2061&view=rev Author: fgiust Date: 2010-02-24 22:43:45 +0000 (Wed, 24 Feb 2010) Log Message: ----------- openutils-testing4web dependency Modified Paths: -------------- trunk/openutils-mgnlutils/pom.xml Modified: trunk/openutils-mgnlutils/pom.xml =================================================================== --- trunk/openutils-mgnlutils/pom.xml 2010-02-24 22:43:09 UTC (rev 2060) +++ trunk/openutils-mgnlutils/pom.xml 2010-02-24 22:43:45 UTC (rev 2061) @@ -1,4 +1,5 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd "> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd "> <parent> <groupId>net.sourceforge.openutils</groupId> <artifactId>openutils-parent</artifactId> @@ -115,6 +116,12 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>net.sourceforge.openutils</groupId> + <artifactId>openutils-testing4web</artifactId> + <version>1.2</version> + <scope>test</scope> + </dependency> </dependencies> <repositories> <repository> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |