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 2016/10/11 10:54:38 UTC

svn commit: r1764224 - in /velocity/engine/trunk: velocity-engine-core/src/etc/build/findbugs-exclude.xml velocity-engine-examples/pom.xml

Author: cbrisson
Date: Tue Oct 11 10:54:38 2016
New Revision: 1764224

URL: http://svn.apache.org/viewvc?rev=1764224&view=rev
Log:
remove old references to Log4jLogChute and velocity-engine-log4j in config files

Modified:
    velocity/engine/trunk/velocity-engine-core/src/etc/build/findbugs-exclude.xml
    velocity/engine/trunk/velocity-engine-examples/pom.xml

Modified: velocity/engine/trunk/velocity-engine-core/src/etc/build/findbugs-exclude.xml
URL: http://svn.apache.org/viewvc/velocity/engine/trunk/velocity-engine-core/src/etc/build/findbugs-exclude.xml?rev=1764224&r1=1764223&r2=1764224&view=diff
==============================================================================
--- velocity/engine/trunk/velocity-engine-core/src/etc/build/findbugs-exclude.xml (original)
+++ velocity/engine/trunk/velocity-engine-core/src/etc/build/findbugs-exclude.xml Tue Oct 11 10:54:38 2016
@@ -103,10 +103,6 @@
         <Bug pattern="NP_LOAD_OF_KNOWN_NULL_VALUE"/>
     </Match>
     <Match>
-        <Class name="org.apache.velocity.runtime.log.Log4JLogChute"/>
-        <Bug pattern="DLS_DEAD_LOCAL_STORE"/>
-    </Match>
-    <Match>
         <Class name="org.apache.velocity.util.MapFactory"/>
         <Or>
             <Bug pattern="DE_MIGHT_IGNORE"/>

Modified: velocity/engine/trunk/velocity-engine-examples/pom.xml
URL: http://svn.apache.org/viewvc/velocity/engine/trunk/velocity-engine-examples/pom.xml?rev=1764224&r1=1764223&r2=1764224&view=diff
==============================================================================
--- velocity/engine/trunk/velocity-engine-examples/pom.xml (original)
+++ velocity/engine/trunk/velocity-engine-examples/pom.xml Tue Oct 11 10:54:38 2016
@@ -41,10 +41,5 @@
       <artifactId>jdom</artifactId>
       <version>1.1</version>
     </dependency>
-    <dependency>
-      <groupId>org.apache.velocity</groupId>
-      <artifactId>velocity-engine-log4j</artifactId>
-      <version>${project.version}</version>
-    </dependency>
   </dependencies>
 </project>