Merge pull request #7578 from amit2103/BAEL-16780

[BAEL-16780] - Fixed the integrations tests in spring-5-reactive
This commit is contained in:
Loredana Crusoveanu 2019-08-15 12:33:51 +03:00 committed by GitHub
commit b3547bc783
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -120,6 +120,12 @@
<version>${project-reactor-test}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>${httpclient.version}</version>
</dependency>
</dependencies>
<build>
@ -165,6 +171,7 @@
<geronimo-json_1.1_spec.version>1.0</geronimo-json_1.1_spec.version>
<commons-collections4.version>4.1</commons-collections4.version>
<project-reactor-test>3.2.3.RELEASE</project-reactor-test>
<httpclient.version>4.5.8</httpclient.version>
</properties>
</project>