Author: eric
Date: Sat Aug 28 13:58:50 2010
New Revision: 990365
URL: http://svn.apache.org/viewvc?rev=990365&view=rev
Log:
Move imap-decoder to imap-message (IMAP-204)
Modified:
james/imap/trunk/deployment/pom.xml
james/imap/trunk/parent/pom.xml
james/imap/trunk/seda/pom.xml
Modified: james/imap/trunk/deployment/pom.xml
URL:
http://svn.apache.org/viewvc/james/imap/trunk/deployment/pom.xml?rev=990365&r1=990364&r2=990365&view=diff
==============================================================================
--- james/imap/trunk/deployment/pom.xml (original)
+++ james/imap/trunk/deployment/pom.xml Sat Aug 28 13:58:50 2010
@@ -47,11 +47,6 @@
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
- <artifactId>apache-james-imap-decode</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.james</groupId>
<artifactId>apache-james-imap-mailbox</artifactId>
<scope>test</scope>
</dependency>
Modified: james/imap/trunk/parent/pom.xml
URL:
http://svn.apache.org/viewvc/james/imap/trunk/parent/pom.xml?rev=990365&r1=990364&r2=990365&view=diff
==============================================================================
--- james/imap/trunk/parent/pom.xml (original)
+++ james/imap/trunk/parent/pom.xml Sat Aug 28 13:58:50 2010
@@ -205,11 +205,6 @@
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
- <artifactId>apache-james-imap-decode</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.james</groupId>
<artifactId>apache-james-imap-torque</artifactId>
<version>${pom.version}</version>
</dependency>
Modified: james/imap/trunk/seda/pom.xml
URL:
http://svn.apache.org/viewvc/james/imap/trunk/seda/pom.xml?rev=990365&r1=990364&r2=990365&view=diff
==============================================================================
--- james/imap/trunk/seda/pom.xml (original)
+++ james/imap/trunk/seda/pom.xml Sat Aug 28 13:58:50 2010
@@ -37,10 +37,6 @@
<groupId>org.apache.james</groupId>
<artifactId>apache-james-imap-message</artifactId>
</dependency>
- <dependency>
- <groupId>org.apache.james</groupId>
- <artifactId>apache-james-imap-decode</artifactId>
- </dependency>
<dependency>
<groupId>commons-lang</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]