Author: chatellier Date: 2008-10-27 16:12:13 +0000 (Mon, 27 Oct 2008) New Revision: 1575 Modified: isis-fish/trunk/pom.xml Log: Add commons-beanutils, use 0.6-SNAPSHOT of jaxx Modified: isis-fish/trunk/pom.xml =================================================================== --- isis-fish/trunk/pom.xml 2008-10-24 18:37:44 UTC (rev 1574) +++ isis-fish/trunk/pom.xml 2008-10-27 16:12:13 UTC (rev 1575) @@ -138,32 +138,39 @@ <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> - <version>[2.1,]</version> + <version>2.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>commons-math</groupId> <artifactId>commons-math</artifactId> - <version>[1.1,]</version> + <version>1.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> - <version>[3.1,]</version> + <version>3.2.1</version> <scope>compile</scope> </dependency> + <dependency> + <groupId>commons-beanutils</groupId> + <artifactId>commons-beanutils</artifactId> + <version>1.8.0</version> + <scope>compile</scope> + </dependency> + + <dependency> <groupId>dom4j</groupId> <artifactId>dom4j</artifactId> - <version>[1.6.1,]</version> + <version>1.6.1</version> <scope>compile</scope> </dependency> <!--Other--> - <dependency> <groupId>jfreechart</groupId> <artifactId>jfreechart</artifactId> @@ -474,7 +481,7 @@ <current.version>3.2.0.0-SNAPSHOT</current.version> <!-- jaxx version --> - <jaxx.version>0.5</jaxx.version> + <jaxx.version>0.6-SNAPSHOT</jaxx.version> <!-- generator version --> <generator.version>0.60</generator.version>