Author: mpodolin
Date: 2010-03-11 05:05:10 -0500 (Thu, 11 Mar 2010)
New Revision: 2152
Modified:
components/shindig/trunk/java/common/pom.xml
components/shindig/trunk/java/gadgets/pom.xml
components/shindig/trunk/java/samples/pom.xml
components/shindig/trunk/java/server/pom.xml
components/shindig/trunk/java/social-api/pom.xml
components/shindig/trunk/pom.xml
Log:
JBEPP-184: removed the google-code repository for guice and refactored a dependency
declaration
Modified: components/shindig/trunk/java/common/pom.xml
===================================================================
--- components/shindig/trunk/java/common/pom.xml 2010-03-11 09:50:40 UTC (rev 2151)
+++ components/shindig/trunk/java/common/pom.xml 2010-03-11 10:05:10 UTC (rev 2152)
@@ -87,6 +87,10 @@
<artifactId>guice</artifactId>
</dependency>
<dependency>
+ <groupId>com.google.code.guice</groupId>
+ <artifactId>guice-jmx</artifactId>
+ </dependency>
+ <dependency>
<groupId>aopalliance</groupId>
<artifactId>aopalliance</artifactId>
</dependency>
Modified: components/shindig/trunk/java/gadgets/pom.xml
===================================================================
--- components/shindig/trunk/java/gadgets/pom.xml 2010-03-11 09:50:40 UTC (rev 2151)
+++ components/shindig/trunk/java/gadgets/pom.xml 2010-03-11 10:05:10 UTC (rev 2152)
@@ -160,6 +160,10 @@
<artifactId>guice</artifactId>
</dependency>
<dependency>
+ <groupId>com.google.code.guice</groupId>
+ <artifactId>guice-jmx</artifactId>
+ </dependency>
+ <dependency>
<groupId>aopalliance</groupId>
<artifactId>aopalliance</artifactId>
</dependency>
Modified: components/shindig/trunk/java/samples/pom.xml
===================================================================
--- components/shindig/trunk/java/samples/pom.xml 2010-03-11 09:50:40 UTC (rev 2151)
+++ components/shindig/trunk/java/samples/pom.xml 2010-03-11 10:05:10 UTC (rev 2152)
@@ -98,6 +98,10 @@
<artifactId>guice</artifactId>
</dependency>
<dependency>
+ <groupId>com.google.code.guice</groupId>
+ <artifactId>guice-jmx</artifactId>
+ </dependency>
+ <dependency>
<groupId>aopalliance</groupId>
<artifactId>aopalliance</artifactId>
</dependency>
Modified: components/shindig/trunk/java/server/pom.xml
===================================================================
--- components/shindig/trunk/java/server/pom.xml 2010-03-11 09:50:40 UTC (rev 2151)
+++ components/shindig/trunk/java/server/pom.xml 2010-03-11 10:05:10 UTC (rev 2152)
@@ -154,6 +154,10 @@
<artifactId>guice</artifactId>
</dependency>
<dependency>
+ <groupId>com.google.code.guice</groupId>
+ <artifactId>guice-jmx</artifactId>
+ </dependency>
+ <dependency>
<groupId>aopalliance</groupId>
<artifactId>aopalliance</artifactId>
</dependency>
Modified: components/shindig/trunk/java/social-api/pom.xml
===================================================================
--- components/shindig/trunk/java/social-api/pom.xml 2010-03-11 09:50:40 UTC (rev 2151)
+++ components/shindig/trunk/java/social-api/pom.xml 2010-03-11 10:05:10 UTC (rev 2152)
@@ -93,6 +93,10 @@
<artifactId>guice</artifactId>
</dependency>
<dependency>
+ <groupId>com.google.code.guice</groupId>
+ <artifactId>guice-jmx</artifactId>
+ </dependency>
+ <dependency>
<groupId>aopalliance</groupId>
<artifactId>aopalliance</artifactId>
</dependency>
Modified: components/shindig/trunk/pom.xml
===================================================================
--- components/shindig/trunk/pom.xml 2010-03-11 09:50:40 UTC (rev 2151)
+++ components/shindig/trunk/pom.xml 2010-03-11 10:05:10 UTC (rev 2152)
@@ -1193,10 +1193,13 @@
<id>oauth</id>
<
url>http://oauth.googlecode.com/svn/code/maven</url>
</repository>
+<!--
+commenting out the "snapshot" repository for guice
<repository>
<id>guice</id>
<
url>http://guice-maven.googlecode.com/svn/trunk/</url>
</repository>
+-->
<!-- for jstl-1.2 for now.. -->
<repository>
<id>java.net</id>
@@ -1302,6 +1305,11 @@
<artifactId>guice</artifactId>
<version>2.0</version>
</dependency>
+ <dependency>
+ <groupId>com.google.code.guice</groupId>
+ <artifactId>guice-jmx</artifactId>
+ <version>2.0</version>
+ </dependency>
<!-- dependency not declared in guice pom -->
<dependency>
<groupId>aopalliance</groupId>