Skip to content

Commit

Permalink
[FLINK-8261] [quickstarts] Fix typos in exclusion patterns.
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanEwen committed Dec 14, 2017
1 parent 7bca9e4 commit d2a3a27
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 @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit d2a3a27

Please sign in to comment.