[platform] upgrading SLF4J to 2.x branch (IJPL-301)

GitOrigin-RevId: 044dbe68b61e665d35e948eefa610f18b63abe8a
This commit is contained in:
Roman Shevchenko
2023-10-23 11:35:04 +02:00
committed by intellij-monorepo-bot
parent 88ce9a2030
commit f66ae2de0d
5 changed files with 16 additions and 16 deletions

View File

@@ -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