Skip to content

Commit 8d4a946

Browse files
authored
Ignore jackson-annotations in Gradle Metadata test (#33)
1 parent fbbaffc commit 8d4a946

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/resources/com/fasterxml/jackson/integtest/gradle/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ plugins {
55
val modulesWithoutGradleMetadata = listOf(
66
"com.fasterxml.jackson.jr:jackson-jr-all", // TODO is there a reason not to add this?
77

8+
"com.fasterxml.jackson.core:jackson-annotations", // due to 2.x/3.x co-constraints
9+
810
"com.fasterxml.jackson:jackson-bom", // does not need it
911
"com.fasterxml.jackson.module:jackson-module-scala_2.11", // built with sbt
1012
"com.fasterxml.jackson.module:jackson-module-scala_2.12", // built with sbt

0 commit comments

Comments
 (0)