Repository: incubator-htrace Updated Branches: refs/heads/master b9c3d9217 -> 5697d4a6a
HTRACE-240. Remove duplicate slf4j-api dependency in htrace-zipkin/pom.xml (Cosmin Lehene via Colin P. McCabe) Project: http://git-wip-us.apache.org/repos/asf/incubator-htrace/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-htrace/commit/5697d4a6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-htrace/tree/5697d4a6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-htrace/diff/5697d4a6 Branch: refs/heads/master Commit: 5697d4a6a1b453fa55efd0f884451f66711b107d Parents: b9c3d92 Author: Colin P. Mccabe <[email protected]> Authored: Tue Sep 8 17:46:53 2015 -0700 Committer: Colin P. Mccabe <[email protected]> Committed: Tue Sep 8 17:46:53 2015 -0700 ---------------------------------------------------------------------- htrace-zipkin/pom.xml | 6 ------ 1 file changed, 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/5697d4a6/htrace-zipkin/pom.xml ---------------------------------------------------------------------- diff --git a/htrace-zipkin/pom.xml b/htrace-zipkin/pom.xml index 3727513..36c9d17 100644 --- a/htrace-zipkin/pom.xml +++ b/htrace-zipkin/pom.xml @@ -119,12 +119,6 @@ language governing permissions and limitations under the License. --> <classifier>tests</classifier> <scope>test</scope> </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - <version>1.7.7</version> - <scope>provided</scope> - </dependency> <!-- Global deps. --> <dependency> <groupId>commons-logging</groupId>
