Skip to content

Commit d7d38bc

Browse files
authored
Group play and play-ws modules (#9542)
1 parent 08af136 commit d7d38bc

File tree

142 files changed

+15
-15
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

142 files changed

+15
-15
lines changed

dd-java-agent/instrumentation/play-ws-1/build.gradle renamed to dd-java-agent/instrumentation/play-ws/play-ws-1.0/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ def scalaVersion = '2.12'
2727
dependencies {
2828
compileOnly group: 'com.typesafe.play', name: "play-ahc-ws-standalone_$scalaVersion", version: '1.0.2'
2929

30-
implementation project(':dd-java-agent:instrumentation:play-ws')
31-
testImplementation project(path: ':dd-java-agent:instrumentation:play-ws', configuration: 'testArtifacts')
30+
implementation project(':dd-java-agent:instrumentation:play-ws:play-ws-common')
31+
testImplementation project(path: ':dd-java-agent:instrumentation:play-ws:play-ws-common', configuration: 'testArtifacts')
3232

3333
// These are to ensure cross compatibility
3434
testImplementation project(':dd-java-agent:instrumentation:netty-4.0')
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

dd-java-agent/instrumentation/play-ws-2/build.gradle renamed to dd-java-agent/instrumentation/play-ws/play-ws-2.0/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ def scalaVersion = '2.12'
3232
dependencies {
3333
compileOnly group: 'com.typesafe.play', name: "play-ahc-ws-standalone_$scalaVersion", version: '2.0.0'
3434

35-
implementation project(':dd-java-agent:instrumentation:play-ws')
36-
testImplementation project(path: ':dd-java-agent:instrumentation:play-ws', configuration: 'testArtifacts')
35+
implementation project(':dd-java-agent:instrumentation:play-ws:play-ws-common')
36+
testImplementation project(path: ':dd-java-agent:instrumentation:play-ws:play-ws-common', configuration: 'testArtifacts')
3737

3838
// These are to ensure cross compatibility
3939
testImplementation project(':dd-java-agent:instrumentation:netty-4.0')
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)