Skip to content

Commit b4433ae

Browse files
committed
removed log4j 1.x
1 parent 83c072c commit b4433ae

File tree

1 file changed

+0
-20
lines changed
  • SpringBoot-Sample/spring-boot-axis2-sample

1 file changed

+0
-20
lines changed

SpringBoot-Sample/spring-boot-axis2-sample/pom.xml

-20
Original file line numberDiff line numberDiff line change
@@ -516,26 +516,6 @@
516516
<version>${juli.version}</version>
517517
</dependency>
518518

519-
<!-- log4j-1.2.15.jar https://mvnrepository.com/artifact/log4j/log4j -->
520-
<!-- <dependency>-->
521-
<!-- <groupId>log4j</groupId>-->
522-
<!-- <artifactId>log4j</artifactId>-->
523-
<!-- <version>${log4j.version}</version>-->
524-
<!-- <exclusions>-->
525-
<!-- <exclusion>-->
526-
<!-- <groupId>com.sun.jmx</groupId>-->
527-
<!-- <artifactId>jmxri</artifactId>-->
528-
<!-- </exclusion>-->
529-
<!-- <exclusion>-->
530-
<!-- <groupId>com.sun.jdmk</groupId>-->
531-
<!-- <artifactId>jmxtools</artifactId>-->
532-
<!-- </exclusion>-->
533-
<!-- <exclusion>-->
534-
<!-- <groupId>javax.jms</groupId>-->
535-
<!-- <artifactId>jms</artifactId>-->
536-
<!-- </exclusion>-->
537-
<!-- </exclusions>-->
538-
<!-- </dependency>-->
539519
<!--排除默认的logback日志-->
540520
<dependency>
541521
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)