Author: tchemit Date: 2014-03-11 15:45:05 +0100 (Tue, 11 Mar 2014) New Revision: 1143 Url: http://forge.codelutin.com/projects/coser/repository/revisions/1143 Log: fix dependencies Modified: trunk/coser-ui/pom.xml Modified: trunk/coser-ui/pom.xml =================================================================== --- trunk/coser-ui/pom.xml 2014-03-11 13:54:41 UTC (rev 1142) +++ trunk/coser-ui/pom.xml 2014-03-11 14:45:05 UTC (rev 1143) @@ -93,6 +93,10 @@ <artifactId>commons-email</artifactId> </dependency> <dependency> + <groupId>com.google.guava</groupId> + <artifactId>guava</artifactId> + </dependency> + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency>
participants (1)
-
tchemit@users.forge.codelutin.com