File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >org.red5</groupId >
5
5
<artifactId >red5-parent</artifactId >
6
- <version >1.0.10-M6 </version >
6
+ <version >1.0.10-M7 </version >
7
7
</parent >
8
8
<modelVersion >4.0.0</modelVersion >
9
9
<artifactId >red5-server</artifactId >
139
139
<groupId >org.apache.tomcat</groupId >
140
140
<artifactId >tomcat-servlet-api</artifactId >
141
141
<version >${tomcat.version} </version >
142
- <scope >compile </scope >
142
+ <scope >provided </scope >
143
143
</dependency >
144
144
<dependency >
145
145
<groupId >org.slf4j</groupId >
160
160
<artifactId >log4j-over-slf4j</artifactId >
161
161
<version >${slf4j.version} </version >
162
162
</dependency >
163
+ <!--
163
164
<dependency>
164
165
<groupId>ch.qos.logback</groupId>
165
166
<artifactId>logback-access</artifactId>
170
171
<artifactId>logback-core</artifactId>
171
172
<version>${logback.version}</version>
172
173
</dependency>
174
+ -->
173
175
<dependency >
174
176
<groupId >ch.qos.logback</groupId >
175
177
<artifactId >logback-classic</artifactId >
You can’t perform that action at this time.
0 commit comments