Author: andy
Date: Sun Aug 31 13:46:14 2014
New Revision: 1621592

URL: http://svn.apache.org/r1621592
Log:
JENA-774 : Use Jena version for org.apache.httpcomponents:httpcore

Modified:
    jena/trunk/jena-arq/pom.xml

Modified: jena/trunk/jena-arq/pom.xml
URL: 
http://svn.apache.org/viewvc/jena/trunk/jena-arq/pom.xml?rev=1621592&r1=1621591&r2=1621592&view=diff
==============================================================================
--- jena/trunk/jena-arq/pom.xml (original)
+++ jena/trunk/jena-arq/pom.xml Sun Aug 31 13:46:14 2014
@@ -91,6 +91,13 @@
       <groupId>org.apache.thrift</groupId>
       <artifactId>libthrift</artifactId>
       <version>0.9.1</version>
+      <exclusions>
+       <!-- Use whatever version Jena is using -->
+       <exclusion>
+         <groupId>org.apache.httpcomponents</groupId>
+         <artifactId>httpcore</artifactId>
+       </exclusion>
+      </exclusions>
     </dependency>
 
     <!-- 


Reply via email to