we are not ignoring enough jackson modules (#1266)
This commit is contained in:
parent
1e45ba66a7
commit
a3699ea844
1 changed files with 3 additions and 5 deletions
|
|
@ -12,13 +12,11 @@ updates.pin = [
|
|||
updates.ignore = [
|
||||
// these will get updated along with jackson-core, so no need to update them
|
||||
// separately
|
||||
{ groupId = "com.fasterxml.jackson.module", artifactId = "jackson-module-parameter-names" }
|
||||
{ groupId = "com.fasterxml.jackson.module", artifactId = "jackson-module-scala" }
|
||||
{ groupId = "com.fasterxml.jackson.core", artifactId = "jackson-annotations" }
|
||||
{ groupId = "com.fasterxml.jackson.core", artifactId = "jackson-databind" }
|
||||
{ groupId = "com.fasterxml.jackson.dataformat", artifactId = "jackson-dataformat-cbor" }
|
||||
{ groupId = "com.fasterxml.jackson.datatype", artifactId = "jackson-datatype-jsr310" }
|
||||
{ groupId = "com.fasterxml.jackson.datatype", artifactId = "jackson-datatype-jdk8" }
|
||||
{ groupId = "com.fasterxml.jackson.module" }
|
||||
{ groupId = "com.fasterxml.jackson.dataformat" }
|
||||
{ groupId = "com.fasterxml.jackson.datatype" }
|
||||
{ groupId = "com.google.protobuf", artifactId = "protobuf-java" }
|
||||
{ groupId = "com.typesafe", artifactId = "ssl-config-core" }
|
||||
{ groupId = "org.agrona", artifactId = "agrona" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue