netty-transport-native-epoll is now in provided scope. #184

pull/243/head
Nikita 10 years ago
parent 7d08c380da
commit d2477ddd3d

@ -93,6 +93,7 @@
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-epoll</artifactId>
<version>4.0.28.Final</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.netty</groupId>
@ -196,7 +197,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<version>3.0.1</version>
<version>3.5</version>
<executions>
<execution>
<phase>verify</phase>
@ -217,7 +218,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.10</version>
<version>2.15</version>
<executions>
<execution>
<phase>verify</phase>
@ -227,7 +228,6 @@
</execution>
</executions>
<configuration>
<includes>src/main/java/org/redisson/</includes>
<consoleOutput>true</consoleOutput>
<enableRSS>false</enableRSS>
<configLocation>/checkstyle.xml</configLocation>

@ -194,6 +194,7 @@ public class Config {
/**
* Activates an unix socket if servers binded to loopback interface.
* Also used for epoll transport activation.
* <b>netty-transport-native-epoll</b> library should be in classpath
*
* @param useLinuxNativeEpoll
* @return

Loading…
Cancel
Save