Add stanbol client

git-svn-id: https://svn.apache.org/repos/asf/manifoldcf/branches/CONNECTORS-1181@1729819 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/connectors/stanbol/pom.xml b/connectors/stanbol/pom.xml
index d72f1af..6032347 100644
--- a/connectors/stanbol/pom.xml
+++ b/connectors/stanbol/pom.xml
@@ -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>