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

Commit eecb602

Browse files
committed
build: fix wrong dependency configuration
1 parent 56964cf commit eecb602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grails-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies {
4646
// exclude javax variant of hibernate-core 5.6
4747
exclude group: 'org.hibernate', module: 'hibernate-core'
4848
}
49-
runtimeOnly "org.jboss.spec.javax.transaction:jboss-transaction-api_1.3_spec:$jbossTransactionApiVersion", {
49+
testRuntimeOnly "org.jboss.spec.javax.transaction:jboss-transaction-api_1.3_spec:$jbossTransactionApiVersion", {
5050
// required for hibernate-ehcache to work with javax variant of hibernate-core excluded
5151
}
5252
testRuntimeOnly "org.springframework:spring-aop"

0 commit comments

Comments
 (0)