aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authormcculls <mcculls@d779f126-a31b-0410-b53b-1d3aecad763e>2010-11-24 21:16:07 +0000
committermcculls <mcculls@d779f126-a31b-0410-b53b-1d3aecad763e>2010-11-24 21:16:07 +0000
commit4d4e16045d1b132c8d83ed70d3c5bb7e7830e2b4 (patch)
tree013d9fb74cfa0bb2c02c9c90de8ba6db01d4934d /pom.xml
parent21967867cdfe6dbafabdac79bc3cd5c08e359626 (diff)
downloadguice-4d4e16045d1b132c8d83ed70d3c5bb7e7830e2b4.tar.gz
Clarify that the Maven build requires Maven3 and cleanup temporary CGLIB dependency
git-svn-id: https://google-guice.googlecode.com/svn/trunk@1425 d779f126-a31b-0410-b53b-1d3aecad763e
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml13
1 files changed, 4 insertions, 9 deletions
diff --git a/pom.xml b/pom.xml
index ad61fcac..07440786 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,6 +89,10 @@ See the Apache License Version 2.0 for the specific language governing permissio
<module>extensions</module>
</modules>
+ <prerequisites>
+ <maven>3.0</maven>
+ </prerequisites>
+
<properties>
<!--
| The spec version of the public Guice API
@@ -107,15 +111,6 @@ See the Apache License Version 2.0 for the specific language governing permissio
<dependencies>
<!--
- | Replace with official CGLIB artifact when it's released
- -->
- <dependency>
- <groupId>org.sonatype.sisu.inject</groupId>
- <artifactId>cglib</artifactId>
- <version>2.2.1</version>
- <optional>${guice.with.jarjar}</optional>
- </dependency>
- <!--
| Run tests with TestNG
-->
<dependency>