Skip to content

Commit f30dca6

Browse files
authored
Use spring-ws-core artifact to verify muzzle (spring-ws is the distribution archive) (#10140)
1 parent d92957a commit f30dca6

File tree

1 file changed

+1
-1
lines changed
  • dd-java-agent/instrumentation/spring/spring-ws-2.0

1 file changed

+1
-1
lines changed

dd-java-agent/instrumentation/spring/spring-ws-2.0/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ def minVersion = '2.0.0.RELEASE'
33
muzzle {
44
pass {
55
group = 'org.springframework.ws'
6-
module = 'spring-ws'
6+
module = 'spring-ws-core'
77
versions = "[${minVersion},)"
88
}
99
}

0 commit comments

Comments
 (0)