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 76
76
<artifactId >javax.servlet-api</artifactId >
77
77
<scope >provided</scope >
78
78
</dependency >
79
- <dependency >
80
- <groupId >org.apache.logging.log4j</groupId >
81
- <artifactId >log4j-slf4j-impl</artifactId >
82
- <scope >runtime</scope >
83
- </dependency >
84
79
<dependency >
85
80
<groupId >org.apache.logging.log4j</groupId >
86
81
<artifactId >log4j-core</artifactId >
104
99
<artifactId >jcl-over-slf4j</artifactId >
105
100
<scope >runtime</scope >
106
101
</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 >
107
116
<dependency >
108
117
<groupId >org.eclipse.jetty</groupId >
109
118
<artifactId >apache-jsp</artifactId >
122
131
<artifactId >shiro-its-support</artifactId >
123
132
<scope >test</scope >
124
133
</dependency >
125
-
126
134
</dependencies >
127
135
128
136
</project >
You can’t perform that action at this time.
0 commit comments