Merge pull request #930 from DataDog/tyler/limit-vertx
Limit Vert.x tests to 3.x
This commit is contained in:
commit
df68f8aa10
|
@ -52,8 +52,9 @@ dependencies {
|
|||
testCompile group: 'io.vertx', name: 'vertx-circuit-breaker', version: '3.5.0'
|
||||
testCompile group: 'io.vertx', name: 'vertx-rx-java2', version: '3.5.0'
|
||||
|
||||
latestDepTestCompile group: 'io.vertx', name: 'vertx-web', version: '+'
|
||||
latestDepTestCompile group: 'io.vertx', name: 'vertx-web-client', version: '+'
|
||||
latestDepTestCompile group: 'io.vertx', name: 'vertx-circuit-breaker', version: '+'
|
||||
latestDepTestCompile group: 'io.vertx', name: 'vertx-rx-java2', version: '+'
|
||||
// Vert.x 4.0 is incompatible with our tests.
|
||||
latestDepTestCompile group: 'io.vertx', name: 'vertx-web', version: '3.+'
|
||||
latestDepTestCompile group: 'io.vertx', name: 'vertx-web-client', version: '3.+'
|
||||
latestDepTestCompile group: 'io.vertx', name: 'vertx-circuit-breaker', version: '3.+'
|
||||
latestDepTestCompile group: 'io.vertx', name: 'vertx-rx-java2', version: '3.+'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue