Skip to content

Commit a259d26

Browse files
huguobiaofpapon
authored andcommitted
1 parent 62a663b commit a259d26

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

samples/web/pom.xml

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,6 @@
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>
@@ -104,6 +99,20 @@
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>
@@ -122,7 +131,6 @@
122131
<artifactId>shiro-its-support</artifactId>
123132
<scope>test</scope>
124133
</dependency>
125-
126134
</dependencies>
127135

128136
</project>

0 commit comments

Comments
 (0)