Skip to content

Commit

Permalink
Fix #55 not exposing grails-core and grails-dependencies as runtime i…
Browse files Browse the repository at this point in the history
…n pom
  • Loading branch information
sbglasius committed Nov 18, 2022
1 parent 536cb83 commit c104a30
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ repositories {
dependencies {
api 'org.springframework:spring-jms'

implementation 'org.grails:grails-core'
implementation 'org.grails:grails-dependencies'

implementation 'org.apache.geronimo.specs:geronimo-jms_1.1_spec:1.1.1'
compileOnly 'org.grails:grails-core'
compileOnly 'org.grails:grails-dependencies'

implementation 'javax.jms:jms-api:1.1-rev-1'

testImplementation 'org.grails:grails-testing-support'

profile 'org.grails.profiles:plugin'
Expand Down

0 comments on commit c104a30

Please sign in to comment.