Repository: incubator-brooklyn Updated Branches: refs/heads/master 4b1b5bdcc -> ddf0a44c8
Forbid imports from com.google.api.client.repackaged They're - currently - never intended and are confusing when you come to list your bundle dependecies in a catalogue entry. If we start using com.google.api.client... we can drop this check. Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/8b44d76c Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/8b44d76c Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/8b44d76c Branch: refs/heads/master Commit: 8b44d76c6d5d64fa46da49eaf936943c2fd8d6fc Parents: 41b2805 Author: Sam Corbett <[email protected]> Authored: Wed Feb 4 17:08:07 2015 +0000 Committer: Sam Corbett <[email protected]> Committed: Wed Feb 4 17:08:07 2015 +0000 ---------------------------------------------------------------------- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/8b44d76c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a1dd7eb..402ba2b 100644 --- a/pom.xml +++ b/pom.xml @@ -1059,6 +1059,11 @@ <module name="FileTabCharacter"> <property name="eachLine" value="true" /> </module> + <module name="TreeWalker"> + <module name="IllegalImport"> + <property name="illegalPkgs" value="com.google.api.client.repackaged"/> + </module> + </module> </module> </checkstyleRules> </configuration>
