We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1df83c4 commit f7c73eeCopy full SHA for f7c73ee
grails-micronaut/build.gradle
@@ -33,10 +33,7 @@ dependencies {
33
34
api platform("io.micronaut.platform:micronaut-platform:$micronautPlatformVersion")
35
api 'io.micronaut.spring:micronaut-spring-boot-starter'
36
- api 'io.micronaut.spring:micronaut-spring-context', {
37
- // required to load the micronaut environment with plugin configuration
38
- exclude group: 'org.slf4j', module: 'slf4j-simple'
39
- }
+ api 'io.micronaut.spring:micronaut-spring-context'
40
41
// For the grails plugin interface
42
compileOnly platform(project(':grails-bom'))
0 commit comments