File tree Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Original file line number Diff line number Diff line change 7676 <artifactId >javax.servlet-api</artifactId >
7777 <scope >provided</scope >
7878 </dependency >
79- <dependency >
80- <groupId >org.apache.logging.log4j</groupId >
81- <artifactId >log4j-slf4j-impl</artifactId >
82- <scope >runtime</scope >
83- </dependency >
8479 <dependency >
8580 <groupId >org.apache.logging.log4j</groupId >
8681 <artifactId >log4j-core</artifactId >
10499 <artifactId >jcl-over-slf4j</artifactId >
105100 <scope >runtime</scope >
106101 </dependency >
102+ <dependency >
103+ <groupId >org.slf4j</groupId >
104+ <artifactId >slf4j-api</artifactId >
105+ </dependency >
106+ <dependency >
107+ <groupId >org.apache.logging.log4j</groupId >
108+ <artifactId >log4j-api</artifactId >
109+ </dependency >
110+ <dependency >
111+ <groupId >org.slf4j</groupId >
112+ <artifactId >slf4j-log4j12</artifactId >
113+ <version >${slf4j.version} </version >
114+ <scope >runtime</scope >
115+ </dependency >
107116 <dependency >
108117 <groupId >org.eclipse.jetty</groupId >
109118 <artifactId >apache-jsp</artifactId >
122131 <artifactId >shiro-its-support</artifactId >
123132 <scope >test</scope >
124133 </dependency >
125-
126134 </dependencies >
127135
128136</project >
You can’t perform that action at this time.
0 commit comments