mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
[platform] upgrading SLF4J to 2.x branch (IJPL-301)
GitOrigin-RevId: 044dbe68b61e665d35e948eefa610f18b63abe8a
This commit is contained in:
committed by
intellij-monorepo-bot
parent
88ce9a2030
commit
f66ae2de0d
@@ -278,7 +278,7 @@ public final class ArtifactRepositoryManager {
|
||||
org.apache.http.client.HttpClient.class, //http-client
|
||||
org.apache.commons.logging.LogFactory.class, // commons-logging
|
||||
org.slf4j.Marker.class, // slf4j, - required for aether resolver at runtime
|
||||
org.slf4j.impl.JDK14LoggerFactory.class, // slf4j-jdk14 - required for aether resolver at runtime
|
||||
org.slf4j.jul.JDK14LoggerFactory.class, // slf4j-jdk14 - required for aether resolver at runtime
|
||||
org.apache.commons.codec.binary.Base64.class // commons-codec
|
||||
));
|
||||
result.addAll(List.of(ClassPathUtil.getUtilClasses())); // intellij.platform.util module
|
||||
|
||||
Reference in New Issue
Block a user