Skip to content

Commit a0d4a18

Browse files
committed
Fixed media copy routines
1 parent 6e5d842 commit a0d4a18

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

pom.xml

Lines changed: 9 additions & 1 deletion
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-M3</version>
6+
<version>1.0.10-M4</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>red5-server</artifactId>
@@ -277,6 +277,14 @@
277277
<groupId>c3p0</groupId>
278278
<artifactId>c3p0</artifactId>
279279
</exclusion>
280+
<exclusion>
281+
<artifactId>c3p0</artifactId>
282+
<groupId>com.mchange</groupId>
283+
</exclusion>
284+
<exclusion>
285+
<artifactId>HikariCP-java6</artifactId>
286+
<groupId>com.zaxxer</groupId>
287+
</exclusion>
280288
</exclusions>
281289
</dependency>
282290
<!-- Runtime plugin deps -->

0 commit comments

Comments
 (0)