From: <id...@us...> - 2006-05-15 16:12:59
|
Revision: 23 Author: idueppe Date: 2006-05-15 09:12:54 -0700 (Mon, 15 May 2006) ViewCVS: http://svn.sourceforge.net/openuss/?rev=23&view=rev Log Message: ----------- setup openuss 3.0 trunk Modified Paths: -------------- trunk/openuss/foundation/foundation-core/pom.xml Modified: trunk/openuss/foundation/foundation-core/pom.xml =================================================================== --- trunk/openuss/foundation/foundation-core/pom.xml 2006-05-15 15:45:59 UTC (rev 22) +++ trunk/openuss/foundation/foundation-core/pom.xml 2006-05-15 16:12:54 UTC (rev 23) @@ -24,17 +24,14 @@ <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate</artifactId> - <version>3.1.2</version> </dependency> <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> - <version>2.1</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring</artifactId> - <version>2.0-m1</version> </dependency> <dependency> <groupId>org.springframework</groupId> @@ -68,19 +65,16 @@ <groupId>jaybird</groupId> <artifactId>jaybird-full</artifactId> <scope>test</scope> - <version>2.0.1</version> </dependency> <dependency> <groupId>opensymphony</groupId> <artifactId>oscache</artifactId> <scope>test</scope> - <version>2.1.1</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-mock</artifactId> <scope>test</scope> - <version>2.0-m1</version> </dependency> </dependencies> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |