[fix] fix indentation Project: http://git-wip-us.apache.org/repos/asf/avro/repo Commit: http://git-wip-us.apache.org/repos/asf/avro/commit/ce0bad58 Tree: http://git-wip-us.apache.org/repos/asf/avro/tree/ce0bad58 Diff: http://git-wip-us.apache.org/repos/asf/avro/diff/ce0bad58
Branch: refs/heads/master Commit: ce0bad58393fb1d1d5a446062aca16f1a68d1260 Parents: 60b7896 Author: Zoltan Farkas <[email protected]> Authored: Sat Apr 29 09:24:09 2017 -0400 Committer: Zoltan Farkas <[email protected]> Committed: Sat Apr 29 09:24:09 2017 -0400 ---------------------------------------------------------------------- lang/java/compiler/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/avro/blob/ce0bad58/lang/java/compiler/pom.xml ---------------------------------------------------------------------- diff --git a/lang/java/compiler/pom.xml b/lang/java/compiler/pom.xml index 4b00215..3ff0101 100644 --- a/lang/java/compiler/pom.xml +++ b/lang/java/compiler/pom.xml @@ -140,9 +140,9 @@ <scope>test</scope> <exclusions> <exclusion> <!-- GPL --> - <groupId>com.google.code.findbugs</groupId> - <artifactId>jsr305</artifactId> - </exclusion> + <groupId>com.google.code.findbugs</groupId> + <artifactId>jsr305</artifactId> + </exclusion> </exclusions> </dependency> </dependencies>
