removed jackson and java 8

This commit is contained in:
Ritvik Saraf
2018-09-26 03:20:29 +05:30
parent c1199c8fcf
commit 8e27801183
8 changed files with 231 additions and 123 deletions

View File

@@ -6,7 +6,6 @@ dependencies {
implementation 'org.mozilla:rhino:1.7.7.1'
implementation 'com.github.spotbugs:spotbugs-annotations:3.1.0'
implementation 'org.nibor.autolink:autolink:0.8.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.5'
testImplementation 'junit:junit:4.12'
}