You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mk...@apache.org on 2007/10/25 22:20:25 UTC

svn commit: r588334 - /myfaces/tomahawk/trunk/sandbox/core/pom.xml

Author: mkienenb
Date: Thu Oct 25 13:20:25 2007
New Revision: 588334

URL: http://svn.apache.org/viewvc?rev=588334&view=rev
Log:
Improvement on TOMAHAWK-1065 - Freemarker dependency made explicitly compile-time.

Modified:
    myfaces/tomahawk/trunk/sandbox/core/pom.xml

Modified: myfaces/tomahawk/trunk/sandbox/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/core/pom.xml?rev=588334&r1=588333&r2=588334&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/core/pom.xml (original)
+++ myfaces/tomahawk/trunk/sandbox/core/pom.xml Thu Oct 25 13:20:25 2007
@@ -113,6 +113,7 @@
         	<groupId>org.freemarker</groupId>
         	<artifactId>freemarker</artifactId>
         	<version>2.3.10</version>
+            <scope>compile</scope>
         </dependency>
 
         <!-- test dependencies -->