Author: nbelaevski
Date: 2009-07-07 20:37:18 -0400 (Tue, 07 Jul 2009)
New Revision: 14832
Modified:
framework/trunk/api/pom.xml
Log:
framework code being moved into new build system again...
Modified: framework/trunk/api/pom.xml
===================================================================
--- framework/trunk/api/pom.xml 2009-07-08 00:36:32 UTC (rev 14831)
+++ framework/trunk/api/pom.xml 2009-07-08 00:37:18 UTC (rev 14832)
@@ -19,24 +19,20 @@
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
- <version>3.2</version>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
- <version>1.7.0</version>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
- <version>2.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymockclassextension</artifactId>
- <version>2.4</version>
<scope>test</scope>
</dependency>
</dependencies>