Skip to content

Commit

Permalink
[Fix] Fixing issue with missing depndecy when running in java 17.
Browse files Browse the repository at this point in the history
  • Loading branch information
kostobog committed Dec 18, 2023
1 parent 489d921 commit 4912435
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ dependencies {
annotationProcessor 'org.projectlombok:lombok:1.18.12'
providedRuntime 'org.springframework.boot:spring-boot-starter-tomcat'

implementation 'javax.xml.bind:jaxb-api:2.3.1' // needed for java 17

aspect 'cz.cvut.kbss.jopa:jopa-impl:1.1.4'

testImplementation('org.springframework.boot:spring-boot-starter-test') {
Expand Down

0 comments on commit 4912435

Please sign in to comment.