Merge pull request #867 from DataDog/mar-kolya/undo-akka-latest-dep-hack

Undo akka latest dep hack
This commit is contained in:
Nikolay Martynov 2019-06-06 11:04:15 -04:00 committed by GitHub
commit 69a780a940
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -90,9 +90,7 @@ dependencies {
version101TestCompile project(':dd-java-agent:instrumentation:java-concurrent')
version101TestCompile project(':dd-java-agent:instrumentation:trace-annotation')
// Lock latest dep on '10.1.6' because '10.1.6+21-f063bff5' was released that breaks things
// Once 10.1.7 is released we should be able to go back to '+'
latestDepTestCompile group: 'com.typesafe.akka', name: 'akka-http_2.11', version: '10.1.6'
latestDepTestCompile group: 'com.typesafe.akka', name: 'akka-http_2.11', version: '+'
latestDepTestCompile group: 'com.typesafe.akka', name: 'akka-stream_2.11', version: '+'
latestDepTestCompile project(':dd-java-agent:testing')
latestDepTestCompile project(':dd-java-agent:instrumentation:java-concurrent')