Skip to content

Commit 404a672

Browse files
committed
Enable deserialization by default
1 parent 87133bc commit 404a672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation-security/deserialisation/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies {
88

99

1010
jar {
11-
manifest { attributes 'Implementation-Title': 'com.newrelic.instrumentation.security.deserialisation', 'Enabled': 'false' }
11+
manifest { attributes 'Implementation-Title': 'com.newrelic.instrumentation.security.deserialisation' }
1212
}
1313

1414
verifyInstrumentation {

0 commit comments

Comments
 (0)