Author: echatellier Date: 2013-03-11 15:42:28 +0100 (Mon, 11 Mar 2013) New Revision: 3819 Url: http://forge.codelutin.com/projects/isis-fish/repository/revisions/3819 Log: fixes #2119 : Update to 1.7 version of tools.jar Modified: branches/4.0.1/pom.xml Modified: branches/4.0.1/pom.xml =================================================================== --- branches/4.0.1/pom.xml 2013-03-11 13:56:33 UTC (rev 3818) +++ branches/4.0.1/pom.xml 2013-03-11 14:42:28 UTC (rev 3819) @@ -388,7 +388,7 @@ <dependency> <groupId>com.sun</groupId> <artifactId>tools</artifactId> - <version>1.6.0.16</version> + <version>1.7.0.13</version> <scope>compile</scope> </dependency>