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 21:51:36 UTC

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

Author: cbrisson
Date: Wed Sep  2 19:51:36 2015
New Revision: 1700882

URL: http://svn.apache.org/r1700882
Log:
bugfix: shade-plugin was too greedy

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=1700882&r1=1700881&r2=1700882&view=diff
==============================================================================
--- velocity/engine/trunk/velocity-engine-core/pom.xml (original)
+++ velocity/engine/trunk/velocity-engine-core/pom.xml Wed Sep  2 19:51:36 2015
@@ -62,6 +62,15 @@
               <goal>shade</goal>
             </goals>
             <configuration>
+              <artifactSet>
+                <includes>
+                  <include>commons-collections:commons-collections</include>
+                  <include>org.apache.commons:commons-lang3</include>
+                </includes>
+                <excludes>
+                  <exclude>org.slf4j:slf4j-api</exclude>
+                </excludes>
+              </artifactSet>
               <relocations>
                 <relocation>
                   <pattern>org.apache.commons.collections</pattern>