Author: kwright
Date: Fri Mar 24 23:20:34 2017
New Revision: 1788562
URL: http://svn.apache.org/viewvc?rev=1788562&view=rev
Log:
Get the Maven build working again
Modified:
manifoldcf/trunk/framework/connector-common/pom.xml
manifoldcf/trunk/framework/script-engine/pom.xml
manifoldcf/trunk/pom.xml
Modified: manifoldcf/trunk/framework/connector-common/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/framework/connector-common/pom.xml?rev=1788562&r1=1788561&r2=1788562&view=diff
==============================================================================
--- manifoldcf/trunk/framework/connector-common/pom.xml (original)
+++ manifoldcf/trunk/framework/connector-common/pom.xml Fri Mar 24 23:20:34 2017
@@ -74,11 +74,6 @@
<version>${log4j.version}</version>
</dependency>
<dependency>
- <groupId>org.json</groupId>
- <artifactId>json</artifactId>
- <version>${json.version}</version>
- </dependency>
- <dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-core</artifactId>
<version>${tika.version}</version>
Modified: manifoldcf/trunk/framework/script-engine/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/framework/script-engine/pom.xml?rev=1788562&r1=1788561&r2=1788562&view=diff
==============================================================================
--- manifoldcf/trunk/framework/script-engine/pom.xml (original)
+++ manifoldcf/trunk/framework/script-engine/pom.xml Fri Mar 24 23:20:34 2017
@@ -91,11 +91,6 @@
<scope>runtime</scope>
</dependency>
<dependency>
- <groupId>org.json</groupId>
- <artifactId>json</artifactId>
- <version>${json.version}</version>
- </dependency>
- <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
Modified: manifoldcf/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/pom.xml?rev=1788562&r1=1788561&r2=1788562&view=diff
==============================================================================
--- manifoldcf/trunk/pom.xml (original)
+++ manifoldcf/trunk/pom.xml Fri Mar 24 23:20:34 2017
@@ -89,6 +89,7 @@
<hadoop.version>2.6.0</hadoop.version>
<tomcat.version>6.0.35</tomcat.version>
<ecj.version>4.3.1</ecj.version>
+ <json-simple.version>1.1.1</json-simple.version>
</properties>
<modules>