You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by al...@apache.org on 2017/10/25 09:50:48 UTC

flink git commit: [FLINK-7882][build] Fixup FLINK-7810 by excluding remaining unused jaxb dependencies

Repository: flink
Updated Branches:
  refs/heads/master e1c7e4903 -> bdd34cc0c


[FLINK-7882][build] Fixup FLINK-7810 by excluding remaining unused jaxb dependencies


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

Branch: refs/heads/master
Commit: bdd34cc0cb0558af1ef5b0a89cb0f9e101fdefbd
Parents: e1c7e49
Author: Piotr Nowojski <pi...@gmail.com>
Authored: Tue Oct 24 16:52:55 2017 +0200
Committer: Aljoscha Krettek <al...@gmail.com>
Committed: Wed Oct 25 11:50:06 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/flink/blob/bdd34cc0/flink-yarn/pom.xml
----------------------------------------------------------------------
diff --git a/flink-yarn/pom.xml b/flink-yarn/pom.xml
index eda1cb1..372285b 100644
--- a/flink-yarn/pom.xml
+++ b/flink-yarn/pom.xml
@@ -85,6 +85,10 @@ under the License.
 					<groupId>com.sun.xml.bind</groupId>
 					<artifactId>jaxb-core</artifactId>
 				</exclusion>
+				<exclusion>
+					<groupId>com.sun.xml.bind</groupId>
+					<artifactId>jaxb-impl</artifactId>
+				</exclusion>
 			</exclusions>
 		</dependency>