You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2016/02/11 14:02:55 UTC

svn commit: r1729819 - /manifoldcf/branches/CONNECTORS-1181/connectors/stanbol/pom.xml

Author: kwright
Date: Thu Feb 11 13:02:55 2016
New Revision: 1729819

URL: http://svn.apache.org/viewvc?rev=1729819&view=rev
Log:
Add stanbol client

Modified:
    manifoldcf/branches/CONNECTORS-1181/connectors/stanbol/pom.xml

Modified: manifoldcf/branches/CONNECTORS-1181/connectors/stanbol/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1181/connectors/stanbol/pom.xml?rev=1729819&r1=1729818&r2=1729819&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1181/connectors/stanbol/pom.xml (original)
+++ manifoldcf/branches/CONNECTORS-1181/connectors/stanbol/pom.xml Thu Feb 11 13:02:55 2016
@@ -205,6 +205,17 @@
     </dependency>
 
     <dependency>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>client</artifactId>
+      <version>1.3-jaxrs-1.1</version>
+      <exclusions>
+        <exclusion>
+          <artifactId>solr-solrj</artifactId>
+          <groupId>org.apache.solr</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpclient</artifactId>
       <version>${httpcomponent.httpclient.version}</version>