Author: norman
Date: Sat Feb  6 20:34:15 2010
New Revision: 907297

URL: http://svn.apache.org/viewvc?rev=907297&view=rev
Log:
Use gin from maven central (HUPA-64). Thx to Robert Munteanu for the patch

Modified:
    james/hupa/trunk/client/pom.xml
    james/hupa/trunk/pom.xml

Modified: james/hupa/trunk/client/pom.xml
URL: 
http://svn.apache.org/viewvc/james/hupa/trunk/client/pom.xml?rev=907297&r1=907296&r2=907297&view=diff
==============================================================================
--- james/hupa/trunk/client/pom.xml (original)
+++ james/hupa/trunk/client/pom.xml Sat Feb  6 20:34:15 2010
@@ -82,7 +82,7 @@
             <artifactId>gwt-dispatch</artifactId>
         </dependency>
         <dependency>
-            <groupId>com.google.gwt.inject
+            <groupId>com.googlecode.gwt.inject
             </groupId>
             <artifactId>gin</artifactId>
         </dependency>

Modified: james/hupa/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/james/hupa/trunk/pom.xml?rev=907297&r1=907296&r2=907297&view=diff
==============================================================================
--- james/hupa/trunk/pom.xml (original)
+++ james/hupa/trunk/pom.xml Sat Feb  6 20:34:15 2010
@@ -1,348 +1,354 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
-    <!--
-        Licensed to the Apache Software Foundation (ASF) under one or more
-        contributor license agreements. See the NOTICE file distributed with
-        this work for additional information regarding copyright ownership.
-        The ASF licenses this file to you under the Apache License, Version
-        2.0 (the "License"); you may not use this file except in compliance
-        with the License. You may obtain a copy of the License at
-
-        http://www.apache.org/licenses/LICENSE-2.0 Unless required by
-        applicable law or agreed to in writing, software distributed under the
-        License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
-        CONDITIONS OF ANY KIND, either express or implied. See the License for
-        the specific language governing permissions and limitations under the
-        License.
-    -->
-    <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.hupa</groupId>
-    <artifactId>hupa-parent</artifactId>
-    <name>hupa-parent</name>
-    <version>0.0.1-SNAPSHOT</version>
-    <description>
-        Hupa is a GWT based Webmail
-    </description>
-    <url>http://james.apache.org/hupa</url>
-    <inceptionYear>2009</inceptionYear>
-    <packaging>pom</packaging>
-
-    <parent>
-        <groupId>org.apache.james</groupId>
-        <artifactId>james-project</artifactId>
-        <version>1.3</version>
-    </parent>
-
-    <modules>
-        <module>shared</module>
-        <module>client</module>
-        <module>server</module>
-        <module>widgets</module>
-    </modules>
-
-    <distributionManagement>
-        <site>
-            <id>hupa-website</id>
-            <url>scp://people.apache.org/www/james.apache.org/hupa/</url>
-        </site>
-    </distributionManagement>
-
-    <issueManagement>
-        <system>JIRA</system>
-        <url>http://issues.apache.org/jira/browse/Hupa</url>
-    </issueManagement>
-
-    <scm>
-        
<connection>scm:svn:http://svn.apache.org/repos/asf/james/hupa/trunk</connection>
-        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/hupa/trunk</developerConnection>
-        <url>http://svn.apache.org/viewvc/james/hupa/trunk/</url>
-    </scm>
-
-    <ciManagement>
-        <system>Hudson</system>
-        
<url>http://hudson.zones.apache.org/hudson/view/James/job/hupa-trunk/</url>
-    </ciManagement>
-
-    <repositories>
-        <repository>
-            <id>maven-repos</id>
-            <url>http://repo2.maven.org/maven2/</url>
-        </repository>
-        <repository>
-            <id>maven2-repository.dev.java.net</id>
-            <name>Java.net Repository for Maven</name>
-            <url>http://download.java.net/maven/2/
-            </url>
-        </repository>
-        <repository>
-            <id>gwtupload</id>
-            <name>GWT Upload repository at googlecode</name>
-            <url>http://gwtupload.googlecode.com/svn/mavenrepo
-            </url>
-        </repository>
-        <repository>
-            <id>gwt-dispatch</id>
-            <name>GWT Dispatch repository at googlecode</name>
-            <url>http://gwt-dispatch.googlecode.com/svn/maven2
-            </url>
-        </repository>
-        <repository>
-            <id>gwt-presenter</id>
-            <name>GWT Presenter repository at googlecode</name>
-            <url>http://gwt-presenter.googlecode.com/svn/maven2
-            </url>
-        </repository>
-        <repository>
-            <id>cobogw</id>
-            <name>Cobogw repository at googlecode</name>
-            <url>http://cobogw.googlecode.com/svn/maven2
-            </url>
-        </repository>
-        <repository>
-            <id>guice</id>
-            <name>Guice repository at googlecode</name>
-            <url>http://guice-maven.googlecode.com/svn/trunk
-            </url>
-        </repository>
-        <repository>
-            <id>for-gwt-incubator</id>
-            <url>
-                http://dist.codehaus.org/mule/dependencies/maven2/
-            </url>
-        </repository>
-        <repository>
-            <id>lib-repo</id>
-            <name>lib-m2-repository</name>
-            <url>http://svn.apache.org/repos/asf/james/hupa/lib</url>
-            <layout>legacy</layout>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-            <releases>
-                <checksumPolicy>ignore</checksumPolicy>
-            </releases>
-        </repository>
-    </repositories>
-    <properties>
-        <gwtVersion>2.0.0</gwtVersion>
-    </properties>
-
-    <build>
-        <pluginManagement>
-            <plugins>
-                <plugin>
-                    <artifactId>maven-deploy-plugin</artifactId>
-                    <version>2.4</version>
-                </plugin>
-                <plugin>
-                    <artifactId>maven-site-plugin</artifactId>
-                    <version>2.0-beta-7</version>
-                </plugin>
-                <plugin>
-                    <artifactId>maven-javadoc-plugin</artifactId>
-                    <version>2.4</version>
-                </plugin>
-                <plugin>
-                    <artifactId>maven-jxr-plugin</artifactId>
-                    <version>2.1</version>
-                </plugin>
-                <plugin>
-                    <artifactId>maven-pmd-plugin</artifactId>
-                    <version>2.4</version>
-                    <configuration>
-                        <targetjdk>1.4</targetjdk>
-                        <rulesets>
-                            <ruleset>/rulesets/basic.xml</ruleset>
-                            <ruleset>/rulesets/controversial.xml</ruleset>
-                        </rulesets>
-                        <format>xml</format>
-                        <linkXref>true</linkXref>
-                        <sourceEncoding>utf-8</sourceEncoding>
-                        <minimumTokens>100</minimumTokens>
-                    </configuration>
-                </plugin>
-                <plugin>
-                    <groupId>org.codehaus.mojo</groupId>
-                    <artifactId>rat-maven-plugin</artifactId>
-                    <version>1.0-alpha-3</version>
-                </plugin>
-                <plugin>
-                    <artifactId>maven-jar-plugin</artifactId>
-                    <version>2.2</version>
-                </plugin>
-                <plugin>
-                    <artifactId>maven-compiler-plugin</artifactId>
-                    <version>2.0.2</version>
-                    <configuration>
-                        <source>1.5</source>
-                        <target>1.5</target>
-                        <encoding>iso8859-1</encoding>
-                    </configuration>
-                </plugin>
-                <plugin>
-                    <artifactId>maven-remote-resources-plugin</artifactId>
-                    <version>1.0</version>
-                </plugin>
-                <plugin>
-                    <artifactId>maven-surefire-plugin</artifactId>
-                    <version>2.4.3</version>
-                </plugin>
-                <plugin>
-                    <artifactId>maven-surefire-report-plugin</artifactId>
-                    <version>2.4.3</version>
-                </plugin>
-                <plugin>
-                    <groupId>org.codehaus.mojo</groupId>
-                    <artifactId>emma-maven-plugin</artifactId>
-                    <inherited>true</inherited>
-                    <configuration>
-                        <filters>
-                            <filter>-com.*</filter>
-                            <filter>-gwt*</filter>
-                            <filter>-gwt.*</filter>
-                            <filter>-org.apache.hupa.widgets.*</filter>
-                            <filter>-org.apache.hupa.client.widgets.*</filter>
-                        </filters>
-                    </configuration>
-                </plugin>
-            </plugins>
-        </pluginManagement>
-    </build>
-    <dependencyManagement>
-        <dependencies>
-            <dependency>
-                <groupId>org.apache.hupa</groupId>
-                <artifactId>hupa-server</artifactId>
-                <version>${project.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.hupa</groupId>
-                <artifactId>hupa-shared</artifactId>
-                <version>${project.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.hupa</groupId>
-                <artifactId>hupa-widgets</artifactId>
-                <version>${project.version}</version>
-            </dependency>
-
-            <dependency>
-                <groupId>commons-logging</groupId>
-                <artifactId>commons-logging</artifactId>
-                <version>1.1.1</version>
-                <exclusions>
-                    <exclusion>
-                        <groupId>logkit</groupId>
-                        <artifactId>logkit</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>avalon-framework</groupId>
-                        <artifactId>avalon-framework</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>javax.servlet</groupId>
-                        <artifactId>servlet-api</artifactId>
-                    </exclusion>
-                </exclusions>
-            </dependency>
-            <dependency>
-                <groupId>log4j</groupId>
-                <artifactId>log4j</artifactId>
-                <version>1.2.13</version>
-            </dependency>
-            <dependency>
-                <groupId>javax.mail</groupId>
-                <artifactId>mail</artifactId>
-                <version>1.4.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.cobogw.gwt</groupId>
-                <artifactId>cobogw</artifactId>
-                <version>1.3</version>
-            </dependency>
-            <dependency>
-                <groupId>net.customware.gwt.dispatch
-                </groupId>
-                <artifactId>gwt-dispatch</artifactId>
-                <version>1.0.0</version>
-                <exclusions>
-                   <exclusion>
-                     <groupId>com.google.gwt.inject</groupId>
-                     <artifactId>gin</artifactId>
-                   </exclusion>
-                 </exclusions>
-            </dependency>
-            <dependency>
-                <groupId>com.google.gwt.inject
-                </groupId>
-                <artifactId>gin</artifactId>
-                <version>1.0</version>
-            </dependency>
-            <dependency>
-                <groupId>net.customware.gwt.presenter
-                </groupId>
-                <artifactId>gwt-presenter</artifactId>
-                <version>1.1.0-replace-SNAPSHOT</version>
-            </dependency>
-            <dependency>
-                <groupId>com.google.gwt</groupId>
-                <artifactId>gwt-incubator</artifactId>
-                <version>july-14-2009</version>
-            </dependency>
-            <dependency>
-                <groupId>com.google.code.gwt-dnd</groupId>
-                <artifactId>gwt-dnd</artifactId>
-                <version>2.6.5</version>
-            </dependency>
-            <dependency>
-                <groupId>eu.maydu.gwt</groupId>
-                <artifactId>gwt-vl</artifactId>
-                <version>0.8b</version>
-            </dependency>
-            <dependency>
-                <groupId>gwtupload</groupId>
-                <artifactId>gwtupload</artifactId>
-                <version>0.5.6</version>
-            </dependency>
-            <dependency>
-                <groupId>commons-fileupload</groupId>
-                <artifactId>commons-fileupload</artifactId>
-                <version>1.2.1</version>
-            </dependency>
-            <dependency>
-                <groupId>commons-io</groupId>
-                <artifactId>commons-io</artifactId>
-                <version>1.4</version>
-            </dependency>
-            <dependency>
-                <groupId>com.google.code.guice</groupId>
-                <artifactId>guice</artifactId>
-                <version>2.0</version>
-            </dependency>
-            <dependency>
-                <groupId>com.google.code.guice</groupId>
-                <artifactId>guice-servlet</artifactId>
-                <version>2.0</version>
-            </dependency>
-            <dependency>
-                <groupId>com.google.gwt</groupId>
-                <artifactId>gwt-servlet</artifactId>
-                <version>${gwtVersion}</version>
-                <scope>runtime</scope>
-            </dependency>
-            <dependency>
-                <groupId>com.google.gwt</groupId>
-                <artifactId>gwt-user</artifactId>
-                <version>${gwtVersion}</version>
-                <scope>provided</scope>
-            </dependency>
-            <dependency>
-                <groupId>junit</groupId>
-                <artifactId>junit</artifactId>
-                <version>4.1</version>
-                <scope>test</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-</project>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+    <!--
+        Licensed to the Apache Software Foundation (ASF) under one or more
+        contributor license agreements. See the NOTICE file distributed with
+        this work for additional information regarding copyright ownership.
+        The ASF licenses this file to you under the Apache License, Version
+        2.0 (the "License"); you may not use this file except in compliance
+        with the License. You may obtain a copy of the License at
+
+        http://www.apache.org/licenses/LICENSE-2.0 Unless required by
+        applicable law or agreed to in writing, software distributed under the
+        License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
+        CONDITIONS OF ANY KIND, either express or implied. See the License for
+        the specific language governing permissions and limitations under the
+        License.
+    -->
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.hupa</groupId>
+    <artifactId>hupa-parent</artifactId>
+    <name>hupa-parent</name>
+    <version>0.0.1-SNAPSHOT</version>
+    <description>
+        Hupa is a GWT based Webmail
+    </description>
+    <url>http://james.apache.org/hupa</url>
+    <inceptionYear>2009</inceptionYear>
+    <packaging>pom</packaging>
+
+    <parent>
+        <groupId>org.apache.james</groupId>
+        <artifactId>james-project</artifactId>
+        <version>1.3</version>
+    </parent>
+
+    <modules>
+        <module>shared</module>
+        <module>client</module>
+        <module>server</module>
+        <module>widgets</module>
+    </modules>
+
+    <distributionManagement>
+        <site>
+            <id>hupa-website</id>
+            <url>scp://people.apache.org/www/james.apache.org/hupa/</url>
+        </site>
+    </distributionManagement>
+
+    <issueManagement>
+        <system>JIRA</system>
+        <url>http://issues.apache.org/jira/browse/Hupa</url>
+    </issueManagement>
+
+    <scm>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/james/hupa/trunk</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/hupa/trunk</developerConnection>
+        <url>http://svn.apache.org/viewvc/james/hupa/trunk/</url>
+    </scm>
+
+    <ciManagement>
+        <system>Hudson</system>
+        
<url>http://hudson.zones.apache.org/hudson/view/James/job/hupa-trunk/</url>
+    </ciManagement>
+
+    <repositories>
+        <repository>
+            <id>maven-repos</id>
+            <url>http://repo2.maven.org/maven2/</url>
+        </repository>
+        <repository>
+            <id>maven2-repository.dev.java.net</id>
+            <name>Java.net Repository for Maven</name>
+            <url>http://download.java.net/maven/2/
+            </url>
+        </repository>
+        <repository>
+            <id>gwtupload</id>
+            <name>GWT Upload repository at googlecode</name>
+            <url>http://gwtupload.googlecode.com/svn/mavenrepo
+            </url>
+        </repository>
+        <repository>
+            <id>gwt-dispatch</id>
+            <name>GWT Dispatch repository at googlecode</name>
+            <url>http://gwt-dispatch.googlecode.com/svn/maven2
+            </url>
+        </repository>
+        <repository>
+            <id>gwt-presenter</id>
+            <name>GWT Presenter repository at googlecode</name>
+            <url>http://gwt-presenter.googlecode.com/svn/maven2
+            </url>
+        </repository>
+        <repository>
+            <id>cobogw</id>
+            <name>Cobogw repository at googlecode</name>
+            <url>http://cobogw.googlecode.com/svn/maven2
+            </url>
+        </repository>
+        <repository>
+            <id>guice</id>
+            <name>Guice repository at googlecode</name>
+            <url>http://guice-maven.googlecode.com/svn/trunk
+            </url>
+        </repository>
+        <repository>
+            <id>for-gwt-incubator</id>
+            <url>
+                http://dist.codehaus.org/mule/dependencies/maven2/
+            </url>
+        </repository>
+        <repository>
+            <id>lib-repo</id>
+            <name>lib-m2-repository</name>
+            <url>http://svn.apache.org/repos/asf/james/hupa/lib</url>
+            <layout>legacy</layout>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+            <releases>
+                <checksumPolicy>ignore</checksumPolicy>
+            </releases>
+        </repository>
+    </repositories>
+    <properties>
+        <gwtVersion>2.0.0</gwtVersion>
+    </properties>
+
+    <build>
+        <pluginManagement>
+            <plugins>
+                <plugin>
+                    <artifactId>maven-deploy-plugin</artifactId>
+                    <version>2.4</version>
+                </plugin>
+                <plugin>
+                    <artifactId>maven-site-plugin</artifactId>
+                    <version>2.0-beta-7</version>
+                </plugin>
+                <plugin>
+                    <artifactId>maven-javadoc-plugin</artifactId>
+                    <version>2.4</version>
+                </plugin>
+                <plugin>
+                    <artifactId>maven-jxr-plugin</artifactId>
+                    <version>2.1</version>
+                </plugin>
+                <plugin>
+                    <artifactId>maven-pmd-plugin</artifactId>
+                    <version>2.4</version>
+                    <configuration>
+                        <targetjdk>1.4</targetjdk>
+                        <rulesets>
+                            <ruleset>/rulesets/basic.xml</ruleset>
+                            <ruleset>/rulesets/controversial.xml</ruleset>
+                        </rulesets>
+                        <format>xml</format>
+                        <linkXref>true</linkXref>
+                        <sourceEncoding>utf-8</sourceEncoding>
+                        <minimumTokens>100</minimumTokens>
+                    </configuration>
+                </plugin>
+                <plugin>
+                    <groupId>org.codehaus.mojo</groupId>
+                    <artifactId>rat-maven-plugin</artifactId>
+                    <version>1.0-alpha-3</version>
+                </plugin>
+                <plugin>
+                    <artifactId>maven-jar-plugin</artifactId>
+                    <version>2.2</version>
+                </plugin>
+                <plugin>
+                    <artifactId>maven-compiler-plugin</artifactId>
+                    <version>2.0.2</version>
+                    <configuration>
+                        <source>1.5</source>
+                        <target>1.5</target>
+                        <encoding>iso8859-1</encoding>
+                    </configuration>
+                </plugin>
+                <plugin>
+                    <artifactId>maven-remote-resources-plugin</artifactId>
+                    <version>1.0</version>
+                </plugin>
+                <plugin>
+                    <artifactId>maven-surefire-plugin</artifactId>
+                    <version>2.4.3</version>
+                </plugin>
+                <plugin>
+                    <artifactId>maven-surefire-report-plugin</artifactId>
+                    <version>2.4.3</version>
+                </plugin>
+                <plugin>
+                    <groupId>org.codehaus.mojo</groupId>
+                    <artifactId>emma-maven-plugin</artifactId>
+                    <inherited>true</inherited>
+                    <configuration>
+                        <filters>
+                            <filter>-com.*</filter>
+                            <filter>-gwt*</filter>
+                            <filter>-gwt.*</filter>
+                            <filter>-org.apache.hupa.widgets.*</filter>
+                            <filter>-org.apache.hupa.client.widgets.*</filter>
+                        </filters>
+                    </configuration>
+                </plugin>
+            </plugins>
+        </pluginManagement>
+    </build>
+    <dependencyManagement>
+        <dependencies>
+            <dependency>
+                <groupId>org.apache.hupa</groupId>
+                <artifactId>hupa-server</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.hupa</groupId>
+                <artifactId>hupa-shared</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.hupa</groupId>
+                <artifactId>hupa-widgets</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+
+            <dependency>
+                <groupId>commons-logging</groupId>
+                <artifactId>commons-logging</artifactId>
+                <version>1.1.1</version>
+                <exclusions>
+                    <exclusion>
+                        <groupId>logkit</groupId>
+                        <artifactId>logkit</artifactId>
+                    </exclusion>
+                    <exclusion>
+                        <groupId>avalon-framework</groupId>
+                        <artifactId>avalon-framework</artifactId>
+                    </exclusion>
+                    <exclusion>
+                        <groupId>javax.servlet</groupId>
+                        <artifactId>servlet-api</artifactId>
+                    </exclusion>
+                </exclusions>
+            </dependency>
+            <dependency>
+                <groupId>log4j</groupId>
+                <artifactId>log4j</artifactId>
+                <version>1.2.13</version>
+            </dependency>
+            <dependency>
+                <groupId>javax.mail</groupId>
+                <artifactId>mail</artifactId>
+                <version>1.4.1</version>
+            </dependency>
+            <dependency>
+                <groupId>org.cobogw.gwt</groupId>
+                <artifactId>cobogw</artifactId>
+                <version>1.3</version>
+            </dependency>
+            <dependency>
+                <groupId>net.customware.gwt.dispatch
+                </groupId>
+                <artifactId>gwt-dispatch</artifactId>
+                <version>1.0.0</version>
+                <exclusions>
+                   <exclusion>
+                     <groupId>com.google.gwt.inject</groupId>
+                     <artifactId>gin</artifactId>
+                   </exclusion>
+                 </exclusions>
+            </dependency>
+            <dependency>
+                <groupId>com.googlecode.gwt.inject
+                </groupId>
+                <artifactId>gin</artifactId>
+                <version>1.0</version>
+            </dependency>
+            <dependency>
+                <groupId>net.customware.gwt.presenter
+                </groupId>
+                <artifactId>gwt-presenter</artifactId>
+                <version>1.1.0-replace-SNAPSHOT</version>
+                <exclusions>
+                   <exclusion>
+                     <groupId>com.google.gwt.inject</groupId>
+                     <artifactId>gin</artifactId>
+                   </exclusion>
+                 </exclusions>                
+            </dependency>
+            <dependency>
+                <groupId>com.google.gwt</groupId>
+                <artifactId>gwt-incubator</artifactId>
+                <version>july-14-2009</version>
+            </dependency>
+            <dependency>
+                <groupId>com.google.code.gwt-dnd</groupId>
+                <artifactId>gwt-dnd</artifactId>
+                <version>2.6.5</version>
+            </dependency>
+            <dependency>
+                <groupId>eu.maydu.gwt</groupId>
+                <artifactId>gwt-vl</artifactId>
+                <version>0.8b</version>
+            </dependency>
+            <dependency>
+                <groupId>gwtupload</groupId>
+                <artifactId>gwtupload</artifactId>
+                <version>0.5.6</version>
+            </dependency>
+            <dependency>
+                <groupId>commons-fileupload</groupId>
+                <artifactId>commons-fileupload</artifactId>
+                <version>1.2.1</version>
+            </dependency>
+            <dependency>
+                <groupId>commons-io</groupId>
+                <artifactId>commons-io</artifactId>
+                <version>1.4</version>
+            </dependency>
+            <dependency>
+                <groupId>com.google.code.guice</groupId>
+                <artifactId>guice</artifactId>
+                <version>2.0</version>
+            </dependency>
+            <dependency>
+                <groupId>com.google.code.guice</groupId>
+                <artifactId>guice-servlet</artifactId>
+                <version>2.0</version>
+            </dependency>
+            <dependency>
+                <groupId>com.google.gwt</groupId>
+                <artifactId>gwt-servlet</artifactId>
+                <version>${gwtVersion}</version>
+                <scope>runtime</scope>
+            </dependency>
+            <dependency>
+                <groupId>com.google.gwt</groupId>
+                <artifactId>gwt-user</artifactId>
+                <version>${gwtVersion}</version>
+                <scope>provided</scope>
+            </dependency>
+            <dependency>
+                <groupId>junit</groupId>
+                <artifactId>junit</artifactId>
+                <version>4.1</version>
+                <scope>test</scope>
+            </dependency>
+        </dependencies>
+    </dependencyManagement>
+</project>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to