Skip to content

Commit

Permalink
unsuccessfully tried to manage hibernate warning
Browse files Browse the repository at this point in the history
  • Loading branch information
kermitt2 committed Nov 17, 2023
1 parent b1821d0 commit 7346d1c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ allprojects {

tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
// note: the following is not working
options.compilerArgs << '-parameters'
}
}

Expand Down Expand Up @@ -357,8 +359,8 @@ project(":grobid-service") {
implementation 'io.dropwizard:dropwizard-forms:4.0.0'
implementation 'io.dropwizard:dropwizard-client:4.0.0'
implementation 'io.dropwizard:dropwizard-auth:4.0.0'
implementation 'io.dropwizard.metrics:metrics-core:4.2.19'
implementation 'io.dropwizard.metrics:metrics-servlets:4.2.19'
implementation 'io.dropwizard.metrics:metrics-core:4.2.22'
implementation 'io.dropwizard.metrics:metrics-servlets:4.2.22'

implementation "org.apache.pdfbox:pdfbox:2.0.3"
implementation "javax.activation:activation:1.1.1"
Expand Down

0 comments on commit 7346d1c

Please sign in to comment.