[DS-1577] Harmonize with DS-2091, catch missing dependency on httpcore.

This commit is contained in:
Mark H. Wood
2014-08-15 14:06:15 -04:00
parent 7c4bdc3e07
commit 47f351a03c
2 changed files with 9 additions and 5 deletions

View File

@@ -438,6 +438,10 @@
<artifactId>bte-io</artifactId> <artifactId>bte-io</artifactId>
<version>0.9.2.4</version> <version>0.9.2.4</version>
</dependency> </dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
</dependency>
<dependency> <dependency>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId> <artifactId>httpclient</artifactId>

10
pom.xml
View File

@@ -738,11 +738,6 @@
<artifactId>ant</artifactId> <artifactId>ant</artifactId>
<version>1.7.0</version> <version>1.7.0</version>
</dependency> </dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.2.1</version>
</dependency>
<dependency> <dependency>
<groupId>org.apache.lucene</groupId> <groupId>org.apache.lucene</groupId>
<artifactId>lucene-core</artifactId> <artifactId>lucene-core</artifactId>
@@ -1000,6 +995,11 @@
<artifactId>oclc-harvester2</artifactId> <artifactId>oclc-harvester2</artifactId>
<version>0.1.12</version> <version>0.1.12</version>
</dependency> </dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.3.2</version>
</dependency>
<dependency> <dependency>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId> <artifactId>httpclient</artifactId>