Author: echatellier Date: 2015-10-15 10:34:41 +0200 (Thu, 15 Oct 2015) New Revision: 4305 Url: http://forge.codelutin.com/projects/isis-fish/repository/revisions/4305 Log: Use java7 deps Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2015-10-15 08:27:49 UTC (rev 4304) +++ trunk/pom.xml 2015-10-15 08:34:41 UTC (rev 4305) @@ -412,21 +412,15 @@ <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-swing</artifactId> - <version>3.0.0</version> + <version>2.2.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-swing-junit</artifactId> - <version>3.0.0</version> + <version>2.2.0</version> <scope>test</scope> </dependency> - <dependency> - <groupId>org.easytesting</groupId> - <artifactId>fest-reflect</artifactId> - <version>1.4.1</version> - <scope>test</scope> - </dependency> </dependencies> <!-- ************************************************************* -->