diff --git a/artemis-core-client/pom.xml b/artemis-core-client/pom.xml
index 8220f660ab..06141d62ee 100644
--- a/artemis-core-client/pom.xml
+++ b/artemis-core-client/pom.xml
@@ -74,11 +74,13 @@
io.netty
- netty-transport-native-kqueue
+ netty-transport-native-epoll
+ ${netty-transport-native-epoll-classifier}
io.netty
- netty-transport-native-epoll
+ netty-transport-native-kqueue
+ ${netty-transport-native-kqueue-classifier}
io.netty
diff --git a/pom.xml b/pom.xml
index 886ab7a423..73e39d4198 100644
--- a/pom.xml
+++ b/pom.xml
@@ -174,6 +174,9 @@
1.2
1.0
+
+ linux-x86_64
+ osx-x86_64
@@ -496,12 +499,14 @@
io.netty
netty-transport-native-epoll
${netty.version}
+ ${netty-transport-native-epoll-classifier}
io.netty
netty-transport-native-kqueue
${netty.version}
+ ${netty-transport-native-kqueue-classifier}