Skip to content

Commit

Permalink
[FLINK-7399] [checkstyle] Forbid imports from org.codehaus.jackson
Browse files Browse the repository at this point in the history
This closes apache#4505.
  • Loading branch information
zentol committed Aug 14, 2017
1 parent 98c06ad commit e30eb13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/maven/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ This file is based on the checkstyle file of Apache Beam.
</module>

<module name="IllegalImport">
<property name="illegalPkgs" value="autovalue.shaded, avro.shaded, com.google.api.client.repackaged, com.google.appengine.repackaged, io.netty, org.objectweb.asm"/>
<property name="illegalPkgs" value="autovalue.shaded, avro.shaded, com.google.api.client.repackaged, com.google.appengine.repackaged, org.codehaus.jackson, io.netty, org.objectweb.asm"/>
</module>

<module name="RedundantModifier">
Expand Down

0 comments on commit e30eb13

Please sign in to comment.