Skip to content

Commit

Permalink
Fixed media copy routines
Browse files Browse the repository at this point in the history
  • Loading branch information
mondain committed Aug 10, 2017
1 parent 6e5d842 commit a0d4a18
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.red5</groupId>
<artifactId>red5-parent</artifactId>
<version>1.0.10-M3</version>
<version>1.0.10-M4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>red5-server</artifactId>
Expand Down Expand Up @@ -277,6 +277,14 @@
<groupId>c3p0</groupId>
<artifactId>c3p0</artifactId>
</exclusion>
<exclusion>
<artifactId>c3p0</artifactId>
<groupId>com.mchange</groupId>
</exclusion>
<exclusion>
<artifactId>HikariCP-java6</artifactId>
<groupId>com.zaxxer</groupId>
</exclusion>
</exclusions>
</dependency>
<!-- Runtime plugin deps -->
Expand Down

0 comments on commit a0d4a18

Please sign in to comment.