Author: cbrisson
Date: Thu Mar 26 04:06:54 2020
New Revision: 1875685
URL: http://svn.apache.org/viewvc?rev=1875685&view=rev
Log:
Exclude cglib from digester dependencies
Modified:
velocity/tools/trunk/pom.xml
Modified: velocity/tools/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/velocity/tools/trunk/pom.xml?rev=1875685&r1=1875684&r2=1875685&view=diff
==============================================================================
--- velocity/tools/trunk/pom.xml (original)
+++ velocity/tools/trunk/pom.xml Thu Mar 26 04:06:54 2020
@@ -139,6 +139,13 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-digester3</artifactId>
<version>3.2</version>
+ <!-- this dependency is unused, old, and easily conflits with others
-->
+ <exclusions>
+ <exclusion>
+ <groupId>cglib</groupId>
+ <artifactId>cglib</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>