File tree Expand file tree Collapse file tree 3 files changed +5
-14
lines changed
integrationtest/backend/elasticsearch Expand file tree Collapse file tree 3 files changed +5
-14
lines changed Original file line number Diff line number Diff line change @@ -61,8 +61,7 @@ updates:
61
61
- " com.microsoft.sqlserver:mssql-jdbc"
62
62
# Other test dependencies
63
63
- " org.apache.groovy:groovy-jsr223" # used for scripting maven plugin
64
- - " org.apache.commons:commons-lang3" # used in hibernate-search-util-common tests
65
- - " org.apache.commons:commons-math3" # used to solve dependency convergence for Wiremock
64
+ - " org.apache.commons:commons-math3" # used in hibernate-search-util-common tests
66
65
- " org.openjdk.jmh:*" # performance testing dependency
67
66
- " com.google.guava:guava" # Guava is used in our test utils
68
67
- " org.asciidoctor:*" # Asciidoctor is used for rendering the documentation
Original file line number Diff line number Diff line change 141
141
<version .org.awaitily>4.3.0</version .org.awaitily>
142
142
<version .org.skyscreamer.jsonassert>1.5.1</version .org.skyscreamer.jsonassert>
143
143
<version .io.takari.junit>1.2.7</version .io.takari.junit>
144
- <version .com.github.tomakehurst.wiremock>3.0.0-beta-10</version .com.github.tomakehurst.wiremock>
145
- <version .org.apache.commons.lang3>3.17.0</version .org.apache.commons.lang3>
146
- <version .org.apache.commons.math3>3.6.1</version .org.apache.commons.math3>
144
+ <version .org.wiremock.wiremock>3.13.1</version .org.wiremock.wiremock>
147
145
<version .org.apache.commons.math3>3.6.1</version .org.apache.commons.math3>
148
146
<version .commons-codec>1.18.0</version .commons-codec>
149
147
<!--
854
852
<version >${version.org.skyscreamer.jsonassert} </version >
855
853
</dependency >
856
854
<dependency >
857
- <groupId >com.github.tomakehurst </groupId >
855
+ <groupId >org.wiremock </groupId >
858
856
<artifactId >wiremock</artifactId >
859
- <version >${version.com.github.tomakehurst.wiremock} </version >
860
- </dependency >
861
- <dependency >
862
- <!-- Dependency management is necessary for Wiremock in particular (it has internal dependency divergence) -->
863
- <groupId >org.apache.commons</groupId >
864
- <artifactId >commons-lang3</artifactId >
865
- <version >${version.org.apache.commons.lang3} </version >
857
+ <version >${version.org.wiremock.wiremock} </version >
866
858
</dependency >
867
859
<dependency >
868
860
<groupId >org.jboss.weld.se</groupId >
Original file line number Diff line number Diff line change 39
39
<scope >test</scope >
40
40
</dependency >
41
41
<dependency >
42
- <groupId >com.github.tomakehurst </groupId >
42
+ <groupId >org.wiremock </groupId >
43
43
<artifactId >wiremock</artifactId >
44
44
<scope >test</scope >
45
45
<exclusions >
You can’t perform that action at this time.
0 commit comments