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/155921d2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/155921d2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/155921d2 Branch: refs/heads/master Commit: 155921d245957c3a77c2db8d1ca5d6b85e1aea7e Parents: 27757c3 Author: Alex Heneveld <[email protected]> Authored: Thu Sep 3 12:27:01 2015 +0100 Committer: Alex Heneveld <[email protected]> Committed: Thu Sep 3 12:27:01 2015 +0100 ---------------------------------------------------------------------- usage/test-support/pom.xml | 11 ----------- 1 file changed, 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/155921d2/usage/test-support/pom.xml ---------------------------------------------------------------------- diff --git a/usage/test-support/pom.xml b/usage/test-support/pom.xml index aa7560c..f1eca53 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>
