diff --git a/storm-core/pom.xml b/storm-core/pom.xml
index 3eb41127ecd..529b4fffbf2 100644
--- a/storm-core/pom.xml
+++ b/storm-core/pom.xml
@@ -379,7 +379,6 @@
org.apache.commons:commons-compress
org.apache.commons:commons-exec
commons-io:commons-io
- commons-codec:commons-codec
commons-fileupload:commons-fileupload
commons-lang:commons-lang
com.googlecode.json-simple:json-simple
@@ -494,10 +493,6 @@
org.apache.commons.io
org.apache.storm.commons.io
-
- org.apache.commons.codec
- org.apache.storm.commons.codec
-
org.apache.commons.fileupload
org.apache.storm.commons.fileupload
@@ -617,14 +612,7 @@
META-INF/NOTICE.txt
-
- commons-codec:commons-codec
-
- META-INF/LICENSE.txt
- META-INF/NOTICE.txt
-
-
-
+
commons-fileupload:commons-fileupload
META-INF/LICENSE.txt
diff --git a/storm-dist/binary/src/main/assembly/binary.xml b/storm-dist/binary/src/main/assembly/binary.xml
index 9f6c8f7c838..913a90bb598 100644
--- a/storm-dist/binary/src/main/assembly/binary.xml
+++ b/storm-dist/binary/src/main/assembly/binary.xml
@@ -50,7 +50,6 @@
org.apache.commons:commons-compress
org.apache.commons:commons-exec
commons-io:commons-io
- commons-codec:commons-codec
commons-fileupload:commons-fileupload
commons-lang:commons-lang
com.googlecode.json-simple:json-simple