You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by se...@apache.org on 2017/12/14 12:04:33 UTC

[1/2] flink git commit: [FLINK-8261] [quickstarts] Fix typos in exclusion patterns.

Repository: flink
Updated Branches:
  refs/heads/master 7bca9e461 -> 9f0b790d4


[FLINK-8261] [quickstarts] Fix typos in exclusion patterns.


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

Branch: refs/heads/master
Commit: d2a3a2790c974de5e0246f30adef7d34f82d5ab5
Parents: 7bca9e4
Author: Stephan Ewen <se...@apache.org>
Authored: Thu Dec 14 12:49:19 2017 +0100
Committer: Stephan Ewen <se...@apache.org>
Committed: Thu Dec 14 12:49:19 2017 +0100

----------------------------------------------------------------------
 .../src/main/resources/archetype-resources/pom.xml                 | 2 +-
 .../src/main/resources/archetype-resources/pom.xml                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/d2a3a279/flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
diff --git a/flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/pom.xml b/flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/pom.xml
index b5f9f1b..458e8e1 100644
--- a/flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/pom.xml
+++ b/flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/pom.xml
@@ -173,7 +173,7 @@ under the License.
 									<artifactSet>
 										<excludes>
 											<exclude>org.apache.flink:force-shading</exclude>
-											<exclude>com.google.code.findbgs:jsr305</exclude>
+											<exclude>com.google.code.findbugs:jsr305</exclude>
 											<exclude>org.slf4j:slf4j-api</exclude>
 										</excludes>
 									</artifactSet>

http://git-wip-us.apache.org/repos/asf/flink/blob/d2a3a279/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
diff --git a/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml b/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml
index 89c297d..4a28127 100644
--- a/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml
+++ b/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml
@@ -184,7 +184,7 @@ under the License.
 									<artifactSet>
 										<excludes>
 											<exclude>org.apache.flink:force-shading</exclude>
-											<exclude>com.google.code.findbgs:jsr305</exclude>
+											<exclude>com.google.code.findbugs:jsr305</exclude>
 											<exclude>org.slf4j:slf4j-api</exclude>
 										</excludes>
 									</artifactSet>


[2/2] flink git commit: [hotfix] [quickstarts] Exclude not only slf4j api, but also bridges

Posted by se...@apache.org.
[hotfix] [quickstarts] Exclude not only slf4j api, but also bridges


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

Branch: refs/heads/master
Commit: 9f0b790d42925959b54e7edf5e6bf6d3cfb67ec7
Parents: d2a3a27
Author: Stephan Ewen <se...@apache.org>
Authored: Thu Dec 14 12:51:59 2017 +0100
Committer: Stephan Ewen <se...@apache.org>
Committed: Thu Dec 14 13:02:18 2017 +0100

----------------------------------------------------------------------
 .../src/main/resources/archetype-resources/pom.xml                 | 2 +-
 .../src/main/resources/archetype-resources/pom.xml                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/9f0b790d/flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
diff --git a/flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/pom.xml b/flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/pom.xml
index 458e8e1..a29c5c5 100644
--- a/flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/pom.xml
+++ b/flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/pom.xml
@@ -174,7 +174,7 @@ under the License.
 										<excludes>
 											<exclude>org.apache.flink:force-shading</exclude>
 											<exclude>com.google.code.findbugs:jsr305</exclude>
-											<exclude>org.slf4j:slf4j-api</exclude>
+											<exclude>org.slf4j:*</exclude>
 										</excludes>
 									</artifactSet>
 									<filters>

http://git-wip-us.apache.org/repos/asf/flink/blob/9f0b790d/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
diff --git a/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml b/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml
index 4a28127..1618b0e 100644
--- a/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml
+++ b/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml
@@ -185,7 +185,7 @@ under the License.
 										<excludes>
 											<exclude>org.apache.flink:force-shading</exclude>
 											<exclude>com.google.code.findbugs:jsr305</exclude>
-											<exclude>org.slf4j:slf4j-api</exclude>
+											<exclude>org.slf4j:*</exclude>
 										</excludes>
 									</artifactSet>
 									<filters>