[Suiviobsmer-commits] r1193 - in trunk: . wao-business
Author: sletellier Date: 2011-04-13 11:42:32 +0000 (Wed, 13 Apr 2011) New Revision: 1193 Log: Fix ical dependency Modified: trunk/pom.xml trunk/wao-business/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-04-13 11:29:05 UTC (rev 1192) +++ trunk/pom.xml 2011-04-13 11:42:32 UTC (rev 1193) @@ -134,6 +134,14 @@ <version>1.6.1</version> <scope>runtime</scope> </dependency> + + <!-- ical4j --> + <dependency> + <groupId>ical4j</groupId> + <artifactId>ical4j</artifactId> + <version>0.9.20</version> + </dependency> + <!-- Graphics --> <dependency> <groupId>jfree</groupId> Modified: trunk/wao-business/pom.xml =================================================================== --- trunk/wao-business/pom.xml 2011-04-13 11:29:05 UTC (rev 1192) +++ trunk/wao-business/pom.xml 2011-04-13 11:42:32 UTC (rev 1193) @@ -67,8 +67,8 @@ </dependency> <!-- ical --> <dependency> - <groupId>ical4j</groupId> - <artifactId>ical4j</artifactId> + <groupId>ical4j</groupId> + <artifactId>ical4j</artifactId> </dependency> <!-- CSV lib --> <dependency>
participants (1)
-
sletellier@users.labs.libre-entreprise.org