We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e5d842 commit a0d4a18Copy full SHA for a0d4a18
pom.xml
@@ -3,7 +3,7 @@
3
<parent>
4
<groupId>org.red5</groupId>
5
<artifactId>red5-parent</artifactId>
6
- <version>1.0.10-M3</version>
+ <version>1.0.10-M4</version>
7
</parent>
8
<modelVersion>4.0.0</modelVersion>
9
<artifactId>red5-server</artifactId>
@@ -277,6 +277,14 @@
277
<groupId>c3p0</groupId>
278
<artifactId>c3p0</artifactId>
279
</exclusion>
280
+ <exclusion>
281
+ <artifactId>c3p0</artifactId>
282
+ <groupId>com.mchange</groupId>
283
+ </exclusion>
284
285
+ <artifactId>HikariCP-java6</artifactId>
286
+ <groupId>com.zaxxer</groupId>
287
288
</exclusions>
289
</dependency>
290
<!-- Runtime plugin deps -->
0 commit comments