We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 536cb83 commit c104a30Copy full SHA for c104a30
build.gradle
@@ -34,11 +34,11 @@ repositories {
34
dependencies {
35
api 'org.springframework:spring-jms'
36
37
- implementation 'org.grails:grails-core'
38
- implementation 'org.grails:grails-dependencies'
39
-
40
- implementation 'org.apache.geronimo.specs:geronimo-jms_1.1_spec:1.1.1'
+ compileOnly 'org.grails:grails-core'
+ compileOnly 'org.grails:grails-dependencies'
41
+ implementation 'javax.jms:jms-api:1.1-rev-1'
+
42
testImplementation 'org.grails:grails-testing-support'
43
44
profile 'org.grails.profiles:plugin'
0 commit comments