downgrade solrj
Project: http://git-wip-us.apache.org/repos/asf/oodt/repo Commit: http://git-wip-us.apache.org/repos/asf/oodt/commit/89d6bf13 Tree: http://git-wip-us.apache.org/repos/asf/oodt/tree/89d6bf13 Diff: http://git-wip-us.apache.org/repos/asf/oodt/diff/89d6bf13 Branch: refs/heads/master Commit: 89d6bf13a6168236dd7d43224560f666b8f13839 Parents: 4c3e94a Author: Tom Barber <[email protected]> Authored: Mon Jul 11 19:38:58 2016 +0100 Committer: Lewis John McGibbney <[email protected]> Committed: Thu Mar 9 21:36:06 2017 -0800 ---------------------------------------------------------------------- core/pom.xml | 2 +- filemgr/pom.xml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oodt/blob/89d6bf13/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index 7eee1db..83bf104 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -65,7 +65,7 @@ the License. <dependency> <groupId>org.apache.solr</groupId> <artifactId>solr-solrj</artifactId> - <version>6.1.0</version> + <version>1.3.0</version> </dependency> <dependency> <groupId>com.amazonaws</groupId> http://git-wip-us.apache.org/repos/asf/oodt/blob/89d6bf13/filemgr/pom.xml ---------------------------------------------------------------------- diff --git a/filemgr/pom.xml b/filemgr/pom.xml index 54b4e31..a30ba3a 100644 --- a/filemgr/pom.xml +++ b/filemgr/pom.xml @@ -284,7 +284,6 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> - <forkMode>never</forkMode> <!--forkMode>pertest</forkMode--> <forkMode>pertest</forkMode> <!-- so we can DEBUG -->
