Skip to content
This repository was archived by the owner on Oct 11, 2025. It is now read-only.

Commit 2c95e2f

Browse files
committed
make jpa compileOnly
1 parent 7507032 commit 2c95e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ subprojects { subproject ->
106106
compileOnly "jakarta.servlet:jakarta.servlet-api"
107107

108108
testImplementation "jakarta.servlet:jakarta.servlet-api"
109-
implementation "jakarta.persistence:jakarta.persistence-api"
109+
compileOnly "jakarta.persistence:jakarta.persistence-api"
110110
testImplementation "org.apache.groovy:groovy-test-junit5:$groovyVersion"
111111
testImplementation "org.junit.jupiter:junit-jupiter-api"
112112
testImplementation "org.junit.platform:junit-platform-runner"

0 commit comments

Comments
 (0)