HTRACE-284. htrace-htraced, htrace-flume: do not treat the shaded version of commons-logging as provided
diff --git a/htrace-flume/pom.xml b/htrace-flume/pom.xml
index b4e19f6..c9e1834 100644
--- a/htrace-flume/pom.xml
+++ b/htrace-flume/pom.xml
@@ -85,7 +85,6 @@
     <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
-      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>junit</groupId>
diff --git a/htrace-htraced/pom.xml b/htrace-htraced/pom.xml
index 4478dc5..28cf929 100644
--- a/htrace-htraced/pom.xml
+++ b/htrace-htraced/pom.xml
@@ -189,7 +189,6 @@
     <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
-      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>junit</groupId>