remove unnecessary groovy from test-support pom
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/509d54cc Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/509d54cc Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/509d54cc Branch: refs/heads/0.8.0-incubating Commit: 509d54cc49d026c0303b2192c40690ad321ddea4 Parents: 6f33f74 Author: Alex Heneveld <[email protected]> Authored: Thu Sep 3 12:27:01 2015 +0100 Committer: Alex Heneveld <[email protected]> Committed: Fri Sep 4 14:33:50 2015 +0100 ---------------------------------------------------------------------- usage/test-support/pom.xml | 11 ----------- 1 file changed, 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/509d54cc/usage/test-support/pom.xml ---------------------------------------------------------------------- diff --git a/usage/test-support/pom.xml b/usage/test-support/pom.xml index 3e19d3e..a48abd9 100644 --- a/usage/test-support/pom.xml +++ b/usage/test-support/pom.xml @@ -65,15 +65,4 @@ <artifactId>groovy-all</artifactId> </dependency> </dependencies> - <build> - <plugins> - <plugin> - <artifactId>maven-compiler-plugin</artifactId> - <inherited>true</inherited> - <configuration> - <compilerId>groovy-eclipse-compiler</compilerId> - </configuration> - </plugin> - </plugins> - </build> </project>
