Skip to content

Commit b0c3fe9

Browse files
committed
Used http version property
1 parent 6fa5f05 commit b0c3fe9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
<dependency>
138138
<groupId>org.apache.httpcomponents</groupId>
139139
<artifactId>httpclient-osgi</artifactId>
140-
<version>4.2.5</version>
140+
<version>${httpclient.version}</version>
141141
<exclusions>
142142
<exclusion>
143143
<artifactId>commons-logging</artifactId>
@@ -148,7 +148,7 @@
148148
<dependency>
149149
<groupId>org.apache.httpcomponents</groupId>
150150
<artifactId>httpcore-osgi</artifactId>
151-
<version>4.2.5</version>
151+
<version>${httpclient.version}</version>
152152
</dependency>
153153
<dependency>
154154
<groupId>org.mockito</groupId>

0 commit comments

Comments
 (0)