downgrade solrj
Project: http://git-wip-us.apache.org/repos/asf/oodt/repo Commit: http://git-wip-us.apache.org/repos/asf/oodt/commit/0e9fea75 Tree: http://git-wip-us.apache.org/repos/asf/oodt/tree/0e9fea75 Diff: http://git-wip-us.apache.org/repos/asf/oodt/diff/0e9fea75 Branch: refs/heads/master Commit: 0e9fea7589da1434c8205613ca55e7472d3f5119 Parents: 043bd21 Author: Tom Barber <[email protected]> Authored: Mon Jul 11 19:38:58 2016 +0100 Committer: Tom Barber <[email protected]> Committed: Mon Jul 11 19:38:58 2016 +0100 ---------------------------------------------------------------------- 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/0e9fea75/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index 8249553..d3d006d 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/0e9fea75/filemgr/pom.xml ---------------------------------------------------------------------- diff --git a/filemgr/pom.xml b/filemgr/pom.xml index c54841f..cfa1327 100644 --- a/filemgr/pom.xml +++ b/filemgr/pom.xml @@ -221,7 +221,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 -->
