Skip to content

Commit

Permalink
[hotfix] Exclude 'flink-annotations' from fat jars in quickstart poms.
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanEwen committed Jan 18, 2016
1 parent 7d7d8b6 commit 153a678
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -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>
Expand Down
Expand Up @@ -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>
Expand Down

0 comments on commit 153a678

Please sign in to comment.