Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
dfuchss authored Jul 23, 2024
1 parent 14bb29b commit d6b6a6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
<description>Microservice for Standford Core NLP</description>
<properties>
<java.version>21</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<maven.compiler.release>${java.version}</maven.compiler.release>
<ardoco.core.version>1.0.0</ardoco.core.version>
<stanford-corenlp.version>4.5.7</stanford-corenlp.version>
<spotless.version>2.44.0.BETA1</spotless.version>
Expand Down

0 comments on commit d6b6a6c

Please sign in to comment.