Commit 8dea07938ed8b15d22af3cfb959b4c230987bf49

Authored by Sergey Matvienko
1 parent 9b7b0ac7

msa-black-box-tests: httpclient dependency version inherited from the root pom.xml

Showing 1 changed file with 0 additions and 2 deletions
... ... @@ -36,7 +36,6 @@
36 36 <main.dir>${basedir}/../..</main.dir>
37 37 <testcontainers.version>1.11.4</testcontainers.version>
38 38 <zeroturnaround.version>1.10</zeroturnaround.version>
39   - <httpclient.version>4.5.13</httpclient.version>
40 39 </properties>
41 40
42 41 <dependencies>
... ... @@ -57,7 +56,6 @@
57 56 <dependency>
58 57 <groupId>org.apache.httpcomponents</groupId>
59 58 <artifactId>httpclient</artifactId>
60   - <version>${httpclient.version}</version>
61 59 </dependency>
62 60 <dependency>
63 61 <groupId>io.takari.junit</groupId>
... ...