Author: chatellier Date: 2009-01-27 15:21:13 +0000 (Tue, 27 Jan 2009) New Revision: 1759 Modified: isis-fish/trunk/pom.xml Log: Ass missing runtime dep for xmlrpc Modified: isis-fish/trunk/pom.xml =================================================================== --- isis-fish/trunk/pom.xml 2009-01-27 15:20:44 UTC (rev 1758) +++ isis-fish/trunk/pom.xml 2009-01-27 15:21:13 UTC (rev 1759) @@ -151,6 +151,13 @@ <version>2.0</version> <scope>compile</scope> </dependency> + + <dependency> + <groupId>commons-codec</groupId> + <artifactId>commons-codec</artifactId> + <version>1.3</version> + <scope>runtime</scope> + </dependency> <!-- encore utilise pour les pre-scripts --> <dependency>
participants (1)
-
chatellierï¼ users.labs.libre-entreprise.org