You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2016/02/01 18:51:03 UTC

[47/50] [abbrv] brooklyn-server git commit: remove unnecessary groovy from test-support pom

remove unnecessary groovy from test-support pom


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/ec2e85b7
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/ec2e85b7
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/ec2e85b7

Branch: refs/heads/0.8.0-incubating
Commit: ec2e85b7693784497dbb9085dddb127a03eb3103
Parents: 17b8467
Author: Alex Heneveld <al...@cloudsoft.io>
Authored: Thu Sep 3 12:27:01 2015 +0100
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
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/brooklyn-server/blob/ec2e85b7/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>