Skip to content

Commit

Permalink
make jpa compileOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
codeconsole committed Nov 11, 2024
1 parent 7507032 commit 2c95e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ subprojects { subproject ->
compileOnly "jakarta.servlet:jakarta.servlet-api"

testImplementation "jakarta.servlet:jakarta.servlet-api"
implementation "jakarta.persistence:jakarta.persistence-api"
compileOnly "jakarta.persistence:jakarta.persistence-api"
testImplementation "org.apache.groovy:groovy-test-junit5:$groovyVersion"
testImplementation "org.junit.jupiter:junit-jupiter-api"
testImplementation "org.junit.platform:junit-platform-runner"
Expand Down

0 comments on commit 2c95e2f

Please sign in to comment.