Repository: flink
Updated Branches:
  refs/heads/master 7d7d8b68e -> 153a67881


[hotfix] Exclude 'flink-annotations' from fat jars in quickstart poms.


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

Branch: refs/heads/master
Commit: 153a67881fa97a78f96f50220bea45195df18940
Parents: 7d7d8b6
Author: Stephan Ewen <se...@apache.org>
Authored: Mon Jan 18 11:37:57 2016 +0100
Committer: Stephan Ewen <se...@apache.org>
Committed: Mon Jan 18 17:51:29 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/flink/blob/153a6788/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 4baf668..1ff3273 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
@@ -111,6 +111,7 @@ under the License.
                                                                        <!-- 
This list contains all dependencies of flink-dist
                                                                        
Everything else will be packaged into the fat-jar
                                                                        -->
+                                                                       
<exclude>org.apache.flink:flink-annotations</exclude>
                                                                        
<exclude>org.apache.flink:flink-shaded-*</exclude>
                                                                        
<exclude>org.apache.flink:flink-core</exclude>
                                                                        
<exclude>org.apache.flink:flink-java</exclude>

http://git-wip-us.apache.org/repos/asf/flink/blob/153a6788/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 560a29f..c7ec411 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
@@ -115,6 +115,7 @@ under the License.
                                                                        <!-- 
This list contains all dependencies of flink-dist
                                                                        
Everything else will be packaged into the fat-jar
                                                                        -->
+                                                                       
<exclude>org.apache.flink:flink-annotations</exclude>
                                                                        
<exclude>org.apache.flink:flink-shaded-*</exclude>
                                                                        
<exclude>org.apache.flink:flink-core</exclude>
                                                                        
<exclude>org.apache.flink:flink-java</exclude>

Reply via email to