Compare commits

...

3 Commits

Author SHA1 Message Date
jiezhang-tlnd
a33bf97d46 remove jar (#5197) 2022-04-08 10:36:37 +08:00
jiezhang-tlnd
5ea265997d remove org.apache.log4j (#5191) 2022-04-07 10:44:48 +08:00
jiezhang-tlnd
dc8ac69447 fix(TUP-35135)create a new plugin of org.apache.log4j (#5180) (#5187)
* fix(TUP-35135)create a new plugin of org.apache.log4j

* add org.apache.log4j

* update to 1.2.19
2022-04-02 14:46:48 +08:00
3 changed files with 1 additions and 1 deletions

View File

@@ -94,7 +94,7 @@
<excludeTypes>pom</excludeTypes>
<excludeTransitive>true</excludeTransitive>
<outputDirectory>${project.basedir}/lib</outputDirectory>
<includeGroupIds>log4j,org.slf4j,org.apache.logging.log4j</includeGroupIds>
<includeGroupIds>ch.qos.reload4j,org.slf4j,org.apache.logging.log4j</includeGroupIds>
</configuration>
</execution>
</executions>