diff options
author | Maros Marsalek <mmarsale@cisco.com> | 2016-08-25 10:46:02 +0200 |
---|---|---|
committer | Maros Marsalek <mmarsale@cisco.com> | 2016-08-25 10:35:11 +0000 |
commit | cefd2555dbf421a62269c393d0d9d28964f38e2b (patch) | |
tree | ef792decb44b97d759cbd5244be9d1e9a0780949 /vpp-common/minimal-distribution/pom.xml | |
parent | fdc3971cfb72e5c80e0c87f2cd73fee32088718b (diff) |
Remove groovy to reduce footprint
Change-Id: I798558e52329c26aa5481d702745c4d46e290615
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
Diffstat (limited to 'vpp-common/minimal-distribution/pom.xml')
-rw-r--r-- | vpp-common/minimal-distribution/pom.xml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/vpp-common/minimal-distribution/pom.xml b/vpp-common/minimal-distribution/pom.xml index e80f0eb7e..ad0a1bef6 100644 --- a/vpp-common/minimal-distribution/pom.xml +++ b/vpp-common/minimal-distribution/pom.xml @@ -36,23 +36,6 @@ <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> - <!-- 2.8.0-01 and later require maven-compiler-plugin 3.1 or higher --> - <configuration> - <compilerId>groovy-eclipse-compiler</compilerId> - </configuration> - <dependencies> - <dependency> - <groupId>org.codehaus.groovy</groupId> - <artifactId>groovy-eclipse-compiler</artifactId> - <version>2.9.2-01</version> - </dependency> - <!-- for 2.8.0-01 and later you must have an explicit dependency on groovy-eclipse-batch --> - <dependency> - <groupId>org.codehaus.groovy</groupId> - <artifactId>groovy-eclipse-batch</artifactId> - <version>2.4.3-01</version> - </dependency> - </dependencies> </plugin> <plugin> <groupId>org.codehaus.gmaven</groupId> |