10 Jun
2014
10 Jun
'14
9:14 a.m.
Author: echatellier Date: 2014-06-10 11:14:56 +0200 (Tue, 10 Jun 2014) New Revision: 178 Url: http://forge.codelutin.com/projects/faxtomail/repository/revisions/178 Log: Fix deps Modified: trunk/faxtomail-ui-swing/pom.xml Modified: trunk/faxtomail-ui-swing/pom.xml =================================================================== --- trunk/faxtomail-ui-swing/pom.xml 2014-06-10 09:09:58 UTC (rev 177) +++ trunk/faxtomail-ui-swing/pom.xml 2014-06-10 09:14:56 UTC (rev 178) @@ -286,6 +286,10 @@ <artifactId>activation</artifactId> </dependency> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + </dependency> </dependencies> <!-- TODO -->