Author: norman
Date: Thu Jan 12 19:37:40 2012
New Revision: 1230715

URL: http://svn.apache.org/viewvc?rev=1230715&view=rev
Log:
Remove imap references

Modified:
    james/protocols/trunk/pom.xml

Modified: james/protocols/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/james/protocols/trunk/pom.xml?rev=1230715&r1=1230714&r2=1230715&view=diff
==============================================================================
--- james/protocols/trunk/pom.xml (original)
+++ james/protocols/trunk/pom.xml Thu Jan 12 19:37:40 2012
@@ -42,7 +42,6 @@
         <module>lmtp</module>
         <module>netty</module>
         <module>pop3</module>
-        <module>imap</module>
     </modules>
 
     <scm>
@@ -116,67 +115,6 @@
                 <artifactId>netty</artifactId>
                 <version>3.2.7.Final</version>
             </dependency>
-            <dependency>
-                <groupId>org.apache.james</groupId>
-                <artifactId>apache-james-mailbox-api</artifactId>
-                <version>${version.mailbox}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.james</groupId>
-                <artifactId>apache-james-mailbox-api</artifactId>
-                <version>${version.mailbox}</version>
-                <type>test-jar</type>
-                <scope>test</scope>
-            </dependency>
-            
-            <!--
-                START Mail
-            -->
-            <dependency>
-                <groupId>org.apache.james</groupId>
-                <artifactId>apache-mime4j-core</artifactId>
-                <version>${version.apache-mime4j}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.james</groupId>
-                <artifactId>apache-mime4j-dom</artifactId>
-                <version>${version.apache-mime4j}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.geronimo.specs</groupId>
-                <artifactId>geronimo-activation_1.1_spec</artifactId>
-                <version>1.0.2</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.geronimo.javamail</groupId>
-                <artifactId>geronimo-javamail_1.4_mail</artifactId>
-                <version>1.6</version>
-            </dependency>
-            <!--
-                END Mail
-            -->
-            <dependency>
-                <groupId>com.beetstra.jutf7</groupId>
-                <artifactId>jutf7</artifactId>
-                <version>1.0.0</version>
-            </dependency>
-
-            <!--
-                START Testing
-            -->
-
-            <dependency>
-                <groupId>org.jmock</groupId>
-                <artifactId>jmock</artifactId>
-                <version>${version.jmock}</version>
-                <scope>test</scope>
-            </dependency>
-            <dependency>
-                <groupId>org.jmock</groupId>
-                <artifactId>jmock-junit4</artifactId>
-                <version>${version.jmock}</version>
-                <scope>test</scope>
-            </dependency>
             
             <dependency>
                 <groupId>junit</groupId>



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

Reply via email to