You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by cb...@apache.org on 2015/09/02 09:21:12 UTC

svn commit: r1700716 - /velocity/engine/trunk/velocity-engine-core/pom.xml

Author: cbrisson
Date: Wed Sep  2 07:21:12 2015
New Revision: 1700716

URL: http://svn.apache.org/r1700716
Log:
bugfix - missing 'test' flag for slf4j-simple library

Modified:
    velocity/engine/trunk/velocity-engine-core/pom.xml

Modified: velocity/engine/trunk/velocity-engine-core/pom.xml
URL: http://svn.apache.org/viewvc/velocity/engine/trunk/velocity-engine-core/pom.xml?rev=1700716&r1=1700715&r2=1700716&view=diff
==============================================================================
--- velocity/engine/trunk/velocity-engine-core/pom.xml (original)
+++ velocity/engine/trunk/velocity-engine-core/pom.xml Wed Sep  2 07:21:12 2015
@@ -236,6 +236,7 @@ Velocity AST Node classes created to src
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-simple</artifactId>
       <version>1.7.12</version>
+      <scope>test</scope>
     </dependency>
   </dependencies>