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 f7a3711 commit 7149763Copy full SHA for 7149763
framework/build.gradle
@@ -57,7 +57,9 @@ dependencies {
57
compileOnly group: 'javax.portlet', name: 'portlet-api', version: '3.0.1'
58
59
implementation "io.vavr:vavr:0.9.2"
60
- implementation group: 'org.pf4j', name: 'pf4j', version: '2.5.0'
+ implementation (group: 'org.pf4j', name: 'pf4j', version: '3.10.0') {
61
+ exclude group: "org.slf4j", module: "slf4j-api"
62
+ }
63
64
testImplementation group: 'org.springframework', name: 'spring-test', version: '5.2.0.RELEASE'
65
testImplementation group: 'org.springframework', name: 'spring-web', version: '5.2.0.RELEASE'
0 commit comments