Author: kwright
Date: Sat Apr 15 06:36:10 2017
New Revision: 1791455
URL: http://svn.apache.org/viewvc?rev=1791455&view=rev
Log:
Missed a dependency
Modified:
manifoldcf/branches/CONNECTORS-1290-2/framework/connector-common/pom.xml
Modified:
manifoldcf/branches/CONNECTORS-1290-2/framework/connector-common/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1290-2/framework/connector-common/pom.xml?rev=1791455&r1=1791454&r2=1791455&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1290-2/framework/connector-common/pom.xml
(original)
+++ manifoldcf/branches/CONNECTORS-1290-2/framework/connector-common/pom.xml
Sat Apr 15 06:36:10 2017
@@ -69,11 +69,6 @@
<version>${httpcomponent.httpclient.version}</version>
</dependency>
<dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <version>${log4j.version}</version>
- </dependency>
- <dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-core</artifactId>
<version>${tika.version}</version>