Author: echatellier Date: 2010-11-03 09:51:46 +0100 (Wed, 03 Nov 2010) New Revision: 2757 Url: http://chorem.org/repositories/revision/jtimer/2757 Log: Update testng, commons-io, swingx. Switch to bsaf swing framework. Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-10-17 01:41:57 UTC (rev 2756) +++ trunk/pom.xml 2010-11-03 08:51:46 UTC (rev 2757) @@ -185,30 +185,20 @@ <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> - <version>5.12.1</version> + <version>5.14.2</version> <scope>test</scope> </dependency> <dependency> - <groupId>org.jdesktop</groupId> - <artifactId>appframework</artifactId> - <version>1.0.3</version> + <groupId>org.jdesktop.bsaf</groupId> + <artifactId>bsaf</artifactId> + <version>1.9</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.swinglabs</groupId> - <artifactId>swingx</artifactId> - <version>1.6</version> + <artifactId>swingx-core</artifactId> + <version>1.6.2-2</version> <scope>compile</scope> - <exclusions> - <exclusion> - <groupId>org.swinglabs</groupId> - <artifactId>swing-worker</artifactId> - </exclusion> - <exclusion> - <groupId>com.jhlabs</groupId> - <artifactId>filters</artifactId> - </exclusion> - </exclusions> </dependency> <dependency> <groupId>net.java.dev.jna</groupId> @@ -237,7 +227,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>1.4</version> + <version>2.0</version> <scope>compile</scope> </dependency> <dependency>