You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ma...@apache.org on 2017/09/02 15:35:39 UTC

[19/50] [abbrv] oodt git commit: fix pom for solrj

fix pom for solrj


Project: http://git-wip-us.apache.org/repos/asf/oodt/repo
Commit: http://git-wip-us.apache.org/repos/asf/oodt/commit/e7ac8d7b
Tree: http://git-wip-us.apache.org/repos/asf/oodt/tree/e7ac8d7b
Diff: http://git-wip-us.apache.org/repos/asf/oodt/diff/e7ac8d7b

Branch: refs/heads/development
Commit: e7ac8d7b9ab6285eed09f9bd05f03df5c06db3a7
Parents: d833d1a
Author: Tom Barber <to...@analytical-labs.com>
Authored: Wed Jul 26 23:24:39 2017 +0100
Committer: Tom Barber <to...@analytical-labs.com>
Committed: Wed Jul 26 23:24:39 2017 +0100

----------------------------------------------------------------------
 core/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oodt/blob/e7ac8d7b/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 9ddeb67..88bb163 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -384,6 +384,11 @@ the License.
         <version>1.3.0</version>
       </dependency>
       <dependency>
+        <groupId>org.apache.solr</groupId>
+        <artifactId>solr-solrj</artifactId>
+        <version>6.2.1</version>
+      </dependency>
+      <dependency>
         <groupId>org.apache.tika</groupId>
         <artifactId>tika-core</artifactId>
         <version>1.10</version>