Repository: incubator-htrace Updated Branches: refs/heads/master de8454f25 -> d852c448b
HTRACE-284. htrace-htraced, htrace-flume: do not treat the shaded version of commons-logging as provided Project: http://git-wip-us.apache.org/repos/asf/incubator-htrace/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-htrace/commit/d852c448 Tree: http://git-wip-us.apache.org/repos/asf/incubator-htrace/tree/d852c448 Diff: http://git-wip-us.apache.org/repos/asf/incubator-htrace/diff/d852c448 Branch: refs/heads/master Commit: d852c448bb33cee9c04f9b9cf9388b1582180b56 Parents: de8454f Author: Colin P. Mccabe <[email protected]> Authored: Mon Oct 26 16:10:53 2015 -0700 Committer: Colin P. Mccabe <[email protected]> Committed: Mon Nov 2 15:22:07 2015 -0800 ---------------------------------------------------------------------- htrace-flume/pom.xml | 1 - htrace-htraced/pom.xml | 1 - 2 files changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/d852c448/htrace-flume/pom.xml ---------------------------------------------------------------------- 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 @@ language governing permissions and limitations under the License. --> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> - <scope>provided</scope> </dependency> <dependency> <groupId>junit</groupId> http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/d852c448/htrace-htraced/pom.xml ---------------------------------------------------------------------- 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 @@ language governing permissions and limitations under the License. --> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> - <scope>provided</scope> </dependency> <dependency> <groupId>junit</groupId>
