Skip to content

Commit c153fc8

Browse files
authored
Include httpclient5 dependency in compile scope (#736)
* remove test scope from httpclient5 dependency * remove explicit version from httpclient5 dependency, because this is supposed to be managed by spring boot
1 parent 772dbab commit c153fc8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,6 @@
6262
<lombok.version>1.18.38</lombok.version>
6363
<hypersistence.version>3.9.10</hypersistence.version>
6464

65-
<!-- Test -->
66-
<httpclient5.version>5.5</httpclient5.version>
67-
6865
<!-- Plugins -->
6966
<plugin.license.version>5.0.0</plugin.license.version>
7067
<plugin.jacoco.version>0.7.6.201602180812</plugin.jacoco.version>
@@ -237,8 +234,6 @@
237234
<dependency>
238235
<groupId>org.apache.httpcomponents.client5</groupId>
239236
<artifactId>httpclient5</artifactId>
240-
<version>${httpclient5.version}</version>
241-
<scope>test</scope>
242237
</dependency>
243238
</dependencies>
244239

0 commit comments

Comments
 (0)