Author: kmorin Date: 2009-05-06 14:43:09 +0000 (Wed, 06 May 2009) New Revision: 1390 Modified: guix/trunk/guix-test/pom.xml Log: Modified: guix/trunk/guix-test/pom.xml =================================================================== --- guix/trunk/guix-test/pom.xml 2009-05-06 14:42:53 UTC (rev 1389) +++ guix/trunk/guix-test/pom.xml 2009-05-06 14:43:09 UTC (rev 1390) @@ -1,19 +1,29 @@ <?xml version="1.0" encoding="UTF-8"?> <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"> - <modelVersion>4.0.0</modelVersion> + <modelVersion>4.0.0</modelVersion> <!-- ************************************************************* --> <!-- *** POM Relationships *************************************** --> <!-- ************************************************************* --> - <parent> + <parent> <groupId>org.nuiton.guix</groupId> <artifactId>guix</artifactId> <version>1.0-SNAPSHOT</version> </parent> - <artifactId>guix-test</artifactId> + <artifactId>guix-test</artifactId> + <dependencies> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring</artifactId> + <version>2.0.5</version> + <scope>runtime</scope> + </dependency> + </dependencies> + + <!-- ************************************************************* --> <!-- *** Project Information ************************************* --> <!-- ************************************************************* -->