Author: kwright
Date: Sat Apr 15 11:16:11 2017
New Revision: 1791491
URL: http://svn.apache.org/viewvc?rev=1791491&view=rev
Log:
Exclude old version of log4j
Modified:
manifoldcf/branches/CONNECTORS-1290-3/framework/connector-common/pom.xml
manifoldcf/branches/CONNECTORS-1290-3/framework/core/pom.xml
Modified:
manifoldcf/branches/CONNECTORS-1290-3/framework/connector-common/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1290-3/framework/connector-common/pom.xml?rev=1791491&r1=1791490&r2=1791491&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1290-3/framework/connector-common/pom.xml
(original)
+++ manifoldcf/branches/CONNECTORS-1290-3/framework/connector-common/pom.xml
Sat Apr 15 11:16:11 2017
@@ -99,6 +99,10 @@
<version>${castor.version}</version>
<exclusions>
<exclusion>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </exclusion>
+ <exclusion>
<groupId>adaptx</groupId>
<artifactId>adaptx</artifactId>
</exclusion>
Modified: manifoldcf/branches/CONNECTORS-1290-3/framework/core/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1290-3/framework/core/pom.xml?rev=1791491&r1=1791490&r2=1791491&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1290-3/framework/core/pom.xml (original)
+++ manifoldcf/branches/CONNECTORS-1290-3/framework/core/pom.xml Sat Apr 15
11:16:11 2017
@@ -98,6 +98,10 @@
<version>${zookeeper.version}</version>
<exclusions>
<exclusion>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </exclusion>
+ <exclusion>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>