File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -64,12 +64,20 @@ under the License.
6464 </dependency >
6565
6666 <!-- CLI -->
67+ <!-- bridge from Apache Commons Logging (JCL) to SLF4J-->
6768 <dependency >
6869 <groupId >org.slf4j</groupId >
6970 <artifactId >jcl-over-slf4j</artifactId >
7071 <version >${slf4jVersion} </version >
7172 <scope >runtime</scope >
7273 </dependency >
74+ <!-- bridge from System.Logger to SLF4J (Platform Logging API, added by JEP 264) -->
75+ <dependency >
76+ <groupId >org.slf4j</groupId >
77+ <artifactId >slf4j-jdk-platform-logging</artifactId >
78+ <version >${slf4jVersion} </version >
79+ <scope >runtime</scope >
80+ </dependency >
7381 <dependency >
7482 <groupId >org.apache.maven.resolver</groupId >
7583 <artifactId >maven-resolver-connector-basic</artifactId >
You can’t perform that action at this time.
0 commit comments