Skip to content

Commit

Permalink
Add back jackson dependency (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
lognaturel authored Oct 9, 2024
1 parent b76beb3 commit 60a6b68
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ sourceCompatibility = '1.8'

dependencies {
compile group: 'net.sf.kxml', name: 'kxml2', version: '2.3.0'
compile (group: 'org.getodk', name: 'javarosa', version: '4.4.1') {
exclude group: "com.fasterxml.jackson.core" // Validate doesn't validate attached geoJSON files
}
compile (group: 'org.getodk', name: 'javarosa', version: '4.4.1')
compile group: 'org.slf4j', name: 'slf4j-nop', version: '1.7.25'
testCompile 'junit:junit:4.13.2'
testCompile 'org.hamcrest:hamcrest-all:1.3'
Expand Down

0 comments on commit 60a6b68

Please sign in to comment.