You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ie...@apache.org on 2013/01/05 08:48:46 UTC

svn commit: r1429223 - /james/server/trunk/pom.xml

Author: ieugen
Date: Sat Jan  5 07:48:45 2013
New Revision: 1429223

URL: http://svn.apache.org/viewvc?rev=1429223&view=rev
Log:
JAMES-1460 Added Guava as dependency

Modified:
    james/server/trunk/pom.xml

Modified: james/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/pom.xml?rev=1429223&r1=1429222&r2=1429223&view=diff
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Sat Jan  5 07:48:45 2013
@@ -145,6 +145,7 @@
         <geronimo-annotation_1.1_spec.version>1.0.1</geronimo-annotation_1.1_spec.version>
         <spring-osgi-extender.version>1.2.1</spring-osgi-extender.version>
         <org.osgi.core.version>4.2.0</org.osgi.core.version>
+        <guava.version>13.0</guava.version>
     </properties>
 
     <dependencyManagement>
@@ -479,19 +480,6 @@
                 <artifactId>apache-james-mailbox-lucene</artifactId>
                 <version>${mailbox.version}</version>
             </dependency>
-            <!--
-                       <dependency>
-                           <groupId>org.apache.james</groupId>
-                           <artifactId>apache-james-imap-message</artifactId>
-                           <version>${imap.version}</version>
-                           <exclusions>
-                               <exclusion>
-                                   <groupId>commons-logging</groupId>
-                                   <artifactId>commons-logging</artifactId>
-                               </exclusion>
-                           </exclusions>
-                       </dependency>
-            -->
             <dependency>
                 <groupId>org.apache.james.protocols</groupId>
                 <artifactId>protocols-imap</artifactId>
@@ -503,7 +491,6 @@
                     </exclusion>
                 </exclusions>
             </dependency>
-
             <dependency>
                 <groupId>org.apache.james</groupId>
                 <artifactId>james-server-data-ldap</artifactId>
@@ -576,19 +563,6 @@
                     </exclusion>
                 </exclusions>
             </dependency>
-            <!--
-                       <dependency>
-                           <groupId>org.apache.james</groupId>
-                           <artifactId>apache-james-imap-processor</artifactId>
-                           <version>${imap.version}</version>
-                           <exclusions>
-                               <exclusion>
-                                   <groupId>commons-logging</groupId>
-                                   <artifactId>commons-logging</artifactId>
-                               </exclusion>
-                           </exclusions>
-                       </dependency>
-            -->
             <dependency>
                 <groupId>org.apache.james</groupId>
                 <artifactId>james-server-lifecycle-spring</artifactId>
@@ -601,19 +575,7 @@
                 <type>test-jar</type>
                 <scope>test</scope>
             </dependency>
-            <!--
-                       <dependency>
-                           <groupId>org.apache.james</groupId>
-                           <artifactId>apache-james-imap-api</artifactId>
-                           <version>${imap.version}</version>
-                           <exclusions>
-                               <exclusion>
-                                   <groupId>commons-logging</groupId>
-                                   <artifactId>commons-logging</artifactId>
-                               </exclusion>
-                           </exclusions>
-                       </dependency>
-            -->
+
             <dependency>
                 <groupId>com.h2database</groupId>
                 <artifactId>h2</artifactId>
@@ -837,7 +799,6 @@
                 <scope>runtime</scope>
             </dependency>
 
-
             <!-- Used by Mime4J -->
             <dependency>
                 <groupId>commons-io</groupId>
@@ -935,14 +896,12 @@
                 <version>${geronimo-jpa-spec.version}</version>
             </dependency>
 
-
             <dependency>
                 <groupId>javax.jcr</groupId>
                 <artifactId>jcr</artifactId>
                 <version>${jcr.version}</version>
             </dependency>
 
-
             <dependency>
                 <groupId>org.apache.jackrabbit</groupId>
                 <artifactId>jackrabbit-jcr-rmi</artifactId>
@@ -1051,7 +1010,6 @@
                 <groupId>io.netty</groupId>
                 <artifactId>netty</artifactId>
                 <version>${netty.version}</version>
-                <scope>compile</scope>
             </dependency>
             <!-- This needed to let the bundle plugin to generate the right import statement -->
             <dependency>
@@ -1060,6 +1018,12 @@
                 <version>${geronimo-annotation_1.1_spec.version}</version>
             </dependency>
 
+            <dependency>
+                <groupId>com.google.guava</groupId>
+                <artifactId>guava</artifactId>
+                <version>${guava.version}</version>
+            </dependency>
+
             <!-- OSGI dependencies -->
             <dependency>
                 <groupId>org.springframework.osgi</groupId>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org