Author: echatellier Date: 2015-09-29 17:23:33 +0200 (Tue, 29 Sep 2015) New Revision: 4299 Url: http://forge.codelutin.com/projects/isis-fish/repository/revisions/4299 Log: Fix dependencies (again !!!) Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2015-09-28 09:12:16 UTC (rev 4298) +++ trunk/pom.xml 2015-09-29 15:23:33 UTC (rev 4299) @@ -147,6 +147,13 @@ <scope>compile</scope> </dependency> + <dependency> + <groupId>javax.activation</groupId> + <artifactId>activation</artifactId> + <version>1.1</version> + <scope>compile</scope> + </dependency> + <!-- Jaxx --> <dependency> <groupId>org.nuiton.jaxx</groupId>