Skip to content

Commit

Permalink
Remove dependencyManagement for httpclient-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton committed Oct 8, 2020
1 parent a99ac88 commit e0746fc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
6 changes: 6 additions & 0 deletions extensions/jira/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient-cache</artifactId>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>

Expand Down
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
<guava.version>29.0-jre</guava.version>
<gson.version>2.8.5</gson.version>
<hapi.version>4.1.0</hapi.version>
<httpclient.cache.version>4.5.5</httpclient.cache.version>
<httpclient.version>4.5.12</httpclient.version><!-- keep in sync with both Camel and Quarkus -->
<influxdb.version>2.20</influxdb.version>
<jackson.version>2.10.5</jackson.version>
Expand Down
11 changes: 0 additions & 11 deletions poms/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5384,17 +5384,6 @@
<artifactId>jaxen</artifactId>
<version>${jaxen.version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient-cache</artifactId>
<version>${httpclient.cache.version}</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
Expand Down

0 comments on commit e0746fc

Please sign in to comment.