|
@@ -51,6 +51,7 @@ dependencies {
|
|
|
testCompile project(':dd-java-agent:instrumentation:netty-4.1')
|
|
|
// Needed by netty async instrumentation
|
|
|
testCompile project(':dd-java-agent:instrumentation:java-concurrent')
|
|
|
+ testCompile group: 'software.amazon.awssdk', name: 'apache-client', version: '2.2.0'
|
|
|
testCompile group: 'software.amazon.awssdk', name: 's3', version: '2.2.0'
|
|
|
testCompile group: 'software.amazon.awssdk', name: 'rds', version: '2.2.0'
|
|
|
testCompile group: 'software.amazon.awssdk', name: 'ec2', version: '2.2.0'
|
|
@@ -59,6 +60,7 @@ dependencies {
|
|
|
latestDepTestCompile project(':dd-java-agent:instrumentation:apache-httpclient-4')
|
|
|
latestDepTestCompile project(':dd-java-agent:instrumentation:netty-4.1')
|
|
|
latestDepTestCompile project(':dd-java-agent:instrumentation:java-concurrent')
|
|
|
+ latestDepTestCompile group: 'software.amazon.awssdk', name: 'apache-client', version: '+'
|
|
|
latestDepTestCompile group: 'software.amazon.awssdk', name: 's3', version: '+'
|
|
|
latestDepTestCompile group: 'software.amazon.awssdk', name: 'rds', version: '+'
|
|
|
latestDepTestCompile group: 'software.amazon.awssdk', name: 'ec2', version: '+'
|