Skip to content

Commit

Permalink
Remove epoll dependency now that we not depend on it directly anymore (
Browse files Browse the repository at this point in the history
…java-native-access#223)

Motivation:

With 91c90cb in we don't need a direct dependency on epoll anymore

Modifications:

Remove dependency

Result:

Cleanup
  • Loading branch information
normanmaurer authored Mar 19, 2021
1 parent 91c90cb commit 20138c0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -817,11 +817,6 @@
<artifactId>netty-transport</artifactId>
<version>${netty.version}</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-epoll</artifactId>
<version>${netty.version}</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-epoll</artifactId>
Expand Down

0 comments on commit 20138c0

Please sign in to comment.