Skip to content

Commit

Permalink
try with jackson now
Browse files Browse the repository at this point in the history
  • Loading branch information
Siedlerchr committed Dec 7, 2020
1 parent eecde6e commit 8aee951
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,9 @@ dependencies {

implementation group: 'org.eclipse.jgit', name: 'org.eclipse.jgit', version: '5.9.0.202009080501-r'

implementation group: 'commons-io', name: 'commons-io', version: '2.8.0'

implementation group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-yaml', version: '2.12.0'
implementation group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-jsr310', version: '2.12.0-rc2'
implementation group: 'org.mariadb.jdbc', name: 'mariadb-java-client', version: '2.7.1'

implementation 'org.postgresql:postgresql:42.2.18'
Expand Down
5 changes: 3 additions & 2 deletions src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@
requires lucene.queryparser;
requires lucene.core;
requires org.eclipse.jgit;
requires org.apache.commons.text;
requires org.apache.commons.codec;
requires com.fasterxml.jackson.databind;
requires com.fasterxml.jackson.dataformat.yaml;
requires com.fasterxml.jackson.datatype.jsr310;
requires org.apache.fontbox;
}

0 comments on commit 8aee951

Please sign in to comment.