We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbbaffc commit 8d4a946Copy full SHA for 8d4a946
src/test/resources/com/fasterxml/jackson/integtest/gradle/build.gradle.kts
@@ -5,6 +5,8 @@ plugins {
5
val modulesWithoutGradleMetadata = listOf(
6
"com.fasterxml.jackson.jr:jackson-jr-all", // TODO is there a reason not to add this?
7
8
+ "com.fasterxml.jackson.core:jackson-annotations", // due to 2.x/3.x co-constraints
9
+
10
"com.fasterxml.jackson:jackson-bom", // does not need it
11
"com.fasterxml.jackson.module:jackson-module-scala_2.11", // built with sbt
12
"com.fasterxml.jackson.module:jackson-module-scala_2.12", // built with sbt
0 commit comments