Skip to content

Commit b6db043

Browse files
Update dd-java-agent/instrumentation/jersey/jersey-2.0/build.gradle
Co-authored-by: Alexey Kuznetsov <[email protected]>
1 parent 9106e87 commit b6db043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dd-java-agent/instrumentation/jersey/jersey-2.0/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ configurations.configureEach {
9898
if (candidate.group == 'org.glassfish.jersey.core'
9999
&& candidate.module == 'jersey-common'
100100
&& candidate.version.startsWith('4.0.1')) {
101-
reject('Version 4.0.1 is broken')
101+
reject('Version 4.0.1 is broken, see https://github.com/eclipse-ee4j/jersey/issues/6064')
102102
}
103103
}
104104
}

0 commit comments

Comments
 (0)