Skip to content

Commit

Permalink
[hotfix] [quickstarts] Exclude not only slf4j api, but also bridges
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanEwen committed Dec 14, 2017
1 parent d2a3a27 commit 9f0b790
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 9f0b790

Please sign in to comment.