Revision: 1361
Author: mcculls
Date: Wed Nov 3 19:36:40 2010
Log: Update to jarjar-maven-plugin 1.3 release, and use simple logger in
persist tests
http://code.google.com/p/google-guice/source/detail?r=1361
Modified:
/trunk/extensions/persist/pom.xml
/trunk/pom.xml
=======================================
--- /trunk/extensions/persist/pom.xml Wed Nov 3 19:22:00 2010
+++ /trunk/extensions/persist/pom.xml Wed Nov 3 19:36:40 2010
@@ -33,6 +33,12 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-simple</artifactId>
+ <version>1.6.1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
<version>3.4.0.GA</version>
=======================================
--- /trunk/pom.xml Wed Nov 3 19:22:00 2010
+++ /trunk/pom.xml Wed Nov 3 19:36:40 2010
@@ -162,7 +162,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>jarjar-maven-plugin</artifactId>
- <version>1.3-SNAPSHOT</version>
+ <version>1.3</version>
<configuration>
<rules>
<rule>
--
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.