Skip to content

Commit f755aea

Browse files
committed
Update for 1.0.10-M7 tag
1 parent d12aa05 commit f755aea

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.red5</groupId>
55
<artifactId>red5-parent</artifactId>
6-
<version>1.0.10-M6</version>
6+
<version>1.0.10-M7</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>red5-server</artifactId>
@@ -139,7 +139,7 @@
139139
<groupId>org.apache.tomcat</groupId>
140140
<artifactId>tomcat-servlet-api</artifactId>
141141
<version>${tomcat.version}</version>
142-
<scope>compile</scope>
142+
<scope>provided</scope>
143143
</dependency>
144144
<dependency>
145145
<groupId>org.slf4j</groupId>
@@ -160,6 +160,7 @@
160160
<artifactId>log4j-over-slf4j</artifactId>
161161
<version>${slf4j.version}</version>
162162
</dependency>
163+
<!--
163164
<dependency>
164165
<groupId>ch.qos.logback</groupId>
165166
<artifactId>logback-access</artifactId>
@@ -170,6 +171,7 @@
170171
<artifactId>logback-core</artifactId>
171172
<version>${logback.version}</version>
172173
</dependency>
174+
-->
173175
<dependency>
174176
<groupId>ch.qos.logback</groupId>
175177
<artifactId>logback-classic</artifactId>

0 commit comments

Comments
 (0)