berndgoetz opened a new issue, #13350: URL: https://github.com/apache/dubbo/issues/13350
### Environment * Dubbo version: 3.2.7 * Operating System version: Windows 11 * Java version: openjdk 11.0.18 2023-01-17, OpenJDK Runtime Environment Temurin-11.0.18+10 (build 11.0.18+10), OpenJDK 64-Bit Server VM Temurin-11.0.18+10 (build 11.0.18+10, mixed mode) * Special setup: I am running behind a Enterprise firewall, and we are using a artifact proxy as maven repository. This proxy blocks old and vulnerable versions of different libraries, in this case log4j version 1.2.12 ### Steps to reproduce this issue Run "mvn clean package -DskipTests" fails with the following error: ### Expected Behavior Project resolves all dependencies and compiles successfully. ### Actual Behavior [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project dubbo-build-tools: Execution default-compile of goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile failed: Plugin org.apache.maven.plugins:maven-compiler-plugin:3.1 or one of its dependencies could not be resolved: Failure to find log4j:log4j:jar:1.2.12 in https://artifact.swissre.com/internal was cached in the local repository, resolution will not be reattempted until the update interval of internal-plugin has elapsed or updates are forced -> [Help 1] -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
