Skip to content

Commit ead7dd9

Browse files
authored
fix: Add jackson-annotations to build.gradle (#83)
I removed this by mistake in #82
1 parent fc92542 commit ead7dd9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: lib/build.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ dependencies {
4343
implementation "org.apache.arrow:arrow-vector:12.0.1"
4444

4545
implementation "com.fasterxml.jackson.core:jackson-core:2.15.1"
46+
implementation "com.fasterxml.jackson.core:jackson-annotations:2.15.1"
4647

4748
implementation 'org.apache.logging.log4j:log4j-api:2.20.0'
4849
implementation 'org.apache.logging.log4j:log4j-core:2.20.0'
@@ -105,4 +106,4 @@ spotless {
105106
java {
106107
googleJavaFormat()
107108
}
108-
}
109+
}

0 commit comments

Comments
 (0)