26 Feb
2009
26 Feb
'09
3:56 p.m.
Author: jcouteau Date: 2009-02-26 15:56:57 +0000 (Thu, 26 Feb 2009) New Revision: 1893 Modified: isis-fish/trunk/pom.xml Log: Changing dependency to lutinj2r from runtime to compile Modified: isis-fish/trunk/pom.xml =================================================================== --- isis-fish/trunk/pom.xml 2009-02-26 14:41:10 UTC (rev 1892) +++ isis-fish/trunk/pom.xml 2009-02-26 15:56:57 UTC (rev 1893) @@ -75,7 +75,7 @@ <groupId>org.codelutin</groupId> <artifactId>lutinj2r</artifactId> <version>${lutinj2r.version}</version> - <scope>runtime</scope> + <scope>compile</scope> </dependency> <!--Commons-->