You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tr...@apache.org on 2014/09/29 14:09:25 UTC

git commit: Removed slf4j-simple dependency from streaming component.

Repository: incubator-flink
Updated Branches:
  refs/heads/master 312d12730 -> 3e5ab899c


Removed slf4j-simple dependency from streaming component.


Project: http://git-wip-us.apache.org/repos/asf/incubator-flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-flink/commit/3e5ab899
Tree: http://git-wip-us.apache.org/repos/asf/incubator-flink/tree/3e5ab899
Diff: http://git-wip-us.apache.org/repos/asf/incubator-flink/diff/3e5ab899

Branch: refs/heads/master
Commit: 3e5ab899c2a1b7be15e87d29ef3c90f885e97db3
Parents: 312d127
Author: Till Rohrmann <tr...@apache.org>
Authored: Mon Sep 29 14:07:44 2014 +0200
Committer: Till Rohrmann <tr...@apache.org>
Committed: Mon Sep 29 14:07:44 2014 +0200

----------------------------------------------------------------------
 flink-addons/flink-streaming/flink-streaming-connectors/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/3e5ab899/flink-addons/flink-streaming/flink-streaming-connectors/pom.xml
----------------------------------------------------------------------
diff --git a/flink-addons/flink-streaming/flink-streaming-connectors/pom.xml b/flink-addons/flink-streaming/flink-streaming-connectors/pom.xml
index 5f9c1da..9777477 100644
--- a/flink-addons/flink-streaming/flink-streaming-connectors/pom.xml
+++ b/flink-addons/flink-streaming/flink-streaming-connectors/pom.xml
@@ -55,6 +55,10 @@ under the License.
 					<groupId>com.sun.jdmk</groupId>
 					<artifactId>jmxtools</artifactId>
 				</exclusion>
+				<exclusion>
+					<groupId>org.slf4j</groupId>
+					<artifactId>slf4j-simple</artifactId>
+				</exclusion>
 			</exclusions>
 		</dependency>