Repository: flink Updated Branches: refs/heads/master 7761ddb6f -> 8d1efa045
[FLINK-2337] [storm compat] Excluded 'logback' from Storm dependencies This closes #903 Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/8d1efa04 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/8d1efa04 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/8d1efa04 Branch: refs/heads/master Commit: 8d1efa04528cacc442470bb41bcfe59574bf8e7a Parents: 01c7433 Author: mjsax <[email protected]> Authored: Fri Jul 10 15:43:21 2015 +0200 Committer: Stephan Ewen <[email protected]> Committed: Mon Jul 13 16:29:38 2015 +0200 ---------------------------------------------------------------------- .../flink-storm-compatibility-core/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/8d1efa04/flink-contrib/flink-storm-compatibility/flink-storm-compatibility-core/pom.xml ---------------------------------------------------------------------- diff --git a/flink-contrib/flink-storm-compatibility/flink-storm-compatibility-core/pom.xml b/flink-contrib/flink-storm-compatibility/flink-storm-compatibility-core/pom.xml index 7b904c6..92be9db 100644 --- a/flink-contrib/flink-storm-compatibility/flink-storm-compatibility-core/pom.xml +++ b/flink-contrib/flink-storm-compatibility/flink-storm-compatibility-core/pom.xml @@ -50,6 +50,10 @@ under the License. <groupId>org.slf4j</groupId> <artifactId>log4j-over-slf4j</artifactId> </exclusion> + <exclusion> + <artifactId>logback-classic</artifactId> + <groupId>ch.qos.logback</groupId> + </exclusion> </exclusions> </dependency>
