Author: echatellier Date: 2013-02-11 10:03:43 +0100 (Mon, 11 Feb 2013) New Revision: 89 Url: http://forge.codelutin.com/projects/cantharella/repository/revisions/89 Log: Poi version was not so useless Modified: trunk/cantharella.service/pom.xml trunk/pom.xml Modified: trunk/cantharella.service/pom.xml =================================================================== --- trunk/cantharella.service/pom.xml 2013-02-11 08:57:47 UTC (rev 88) +++ trunk/cantharella.service/pom.xml 2013-02-11 09:03:43 UTC (rev 89) @@ -178,7 +178,6 @@ <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi</artifactId> - <version>${version.poi}</version> <scope>test</scope> </dependency> </dependencies> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2013-02-11 08:57:47 UTC (rev 88) +++ trunk/pom.xml 2013-02-11 09:03:43 UTC (rev 89) @@ -450,6 +450,13 @@ <artifactId>mail</artifactId> <version>${version.mail}</version> </dependency> + + <dependency> + <groupId>org.apache.poi</groupId> + <artifactId>poi</artifactId> + <version>3.9</version> + <scope>test</scope> + </dependency> </dependencies> </dependencyManagement>