aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
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>