Skip to content
This repository was archived by the owner on May 28, 2018. It is now read-only.

Commit 39438d8

Browse files
author
alessandro.gherardi
committed
Got rid of unnecessary class HttpClientResponseInputStream. Removed call to entity stream's close() method, since closing the response is sufficient to release all resoures and the method throws an exception on httpclient 4.5.2
1 parent 9ac3345 commit 39438d8

File tree

1,121 files changed

+29099
-4510
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,121 files changed

+29099
-4510
lines changed

bom/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,6 @@
8181
<artifactId>jaxrs-ri</artifactId>
8282
<version>${project.version}</version>
8383
</dependency>
84-
<dependency>
85-
<groupId>org.glassfish.jersey.bundles.repackaged</groupId>
86-
<artifactId>jersey-guava</artifactId>
87-
<version>${project.version}</version>
88-
</dependency>
8984
<dependency>
9085
<groupId>org.glassfish.jersey.bundles.repackaged</groupId>
9186
<artifactId>jersey-jsr166e</artifactId>

bundles/jaxrs-ri/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -166,12 +166,6 @@
166166
<artifactId>hk2-locator</artifactId>
167167
<scope>provided</scope>
168168
</dependency>
169-
<dependency>
170-
<groupId>org.glassfish.jersey.bundles.repackaged</groupId>
171-
<artifactId>jersey-guava</artifactId>
172-
<version>${project.version}</version>
173-
<scope>provided</scope>
174-
</dependency>
175169
<dependency>
176170
<groupId>org.osgi</groupId>
177171
<artifactId>org.osgi.core</artifactId>

bundles/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
<description>Jersey bundles providers umbrella project module.</description>
5959

6060
<modules>
61-
<module>repackaged</module>
6261
<module>jaxrs-ri</module>
6362
</modules>
6463

bundles/repackaged/jersey-guava/build.gradle

Lines changed: 0 additions & 132 deletions
This file was deleted.

0 commit comments

Comments
 (0)