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.
jackson-annotations
build.gradle
1 parent fc92542 commit ead7dd9Copy full SHA for ead7dd9
lib/build.gradle
@@ -43,6 +43,7 @@ dependencies {
43
implementation "org.apache.arrow:arrow-vector:12.0.1"
44
45
implementation "com.fasterxml.jackson.core:jackson-core:2.15.1"
46
+ implementation "com.fasterxml.jackson.core:jackson-annotations:2.15.1"
47
48
implementation 'org.apache.logging.log4j:log4j-api:2.20.0'
49
implementation 'org.apache.logging.log4j:log4j-core:2.20.0'
@@ -105,4 +106,4 @@ spotless {
105
106
java {
107
googleJavaFormat()
108
}
-}
109
+}
0 commit comments