Revision: 1548
Author: mcculls
Date: Tue May 10 09:12:59 2011
Log: Official cglib 2.2.2 artifact now available on Maven central
http://code.google.com/p/google-guice/source/detail?r=1548
Modified:
/trunk/core/pom.xml
=======================================
--- /trunk/core/pom.xml Wed Apr 20 15:28:09 2011
+++ /trunk/core/pom.xml Tue May 10 09:12:59 2011
@@ -28,11 +28,8 @@
<artifactId>aopalliance</artifactId>
<version>1.0</version>
</dependency>
- <!--
- | Replace with official CGLIB artifact when it's released
- -->
<dependency>
- <groupId>org.sonatype.sisu.inject</groupId>
+ <groupId>cglib</groupId>
<artifactId>cglib</artifactId>
<version>${cglib.version}</version>
</dependency>
@@ -195,7 +192,7 @@
| Mark as optional: embedded by JarJar
-->
<dependency>
- <groupId>org.sonatype.sisu.inject</groupId>
+ <groupId>cglib</groupId>
<artifactId>cglib</artifactId>
<version>${cglib.version}</version>
<optional>true</optional>
--
You received this message because you are subscribed to the Google Groups
"google-guice-dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-guice-dev?hl=en.