diff --git a/dubbo-remoting-mina/pom.xml b/dubbo-remoting-mina/pom.xml
index be221a3c0b..309a615d66 100644
--- a/dubbo-remoting-mina/pom.xml
+++ b/dubbo-remoting-mina/pom.xml
@@ -35,5 +35,9 @@
org.apache.mina
mina-core
+
+ org.slf4j
+ slf4j-api
+
\ No newline at end of file
diff --git a/dubbo-remoting/pom.xml b/dubbo-remoting/pom.xml
index 8571e64a97..43d79baf85 100644
--- a/dubbo-remoting/pom.xml
+++ b/dubbo-remoting/pom.xml
@@ -31,26 +31,5 @@
dubbo-common
${project.parent.version}
-
- org.jboss.netty
- netty
-
-
- org.apache.mina
- mina-core
- provided
- true
-
-
- org.slf4j
- slf4j-api
- test
-
-
- org.glassfish.grizzly
- grizzly-core
- provided
- true
-
\ No newline at end of file