Author: rdonkin
Date: Fri Jun 5 09:18:18 2009
New Revision: 781955
URL: http://svn.apache.org/viewvc?rev=781955&view=rev
Log:
IMAP-98 Improve organisation. https://issues.apache.org/jira/browse/IMAP-98
Modified:
james/imap/trunk/parent/pom.xml
Modified: james/imap/trunk/parent/pom.xml
URL:
http://svn.apache.org/viewvc/james/imap/trunk/parent/pom.xml?rev=781955&r1=781954&r2=781955&view=diff
==============================================================================
--- james/imap/trunk/parent/pom.xml (original)
+++ james/imap/trunk/parent/pom.xml Fri Jun 5 09:18:18 2009
@@ -345,8 +345,10 @@
<version>0.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
-
-
+
+ <!--
+ START Mail
+ -->
<dependency>
<groupId>org.apache.james</groupId>
<artifactId>apache-mime4j</artifactId>
@@ -373,7 +375,14 @@
<groupId>org.apache.geronimo.javamail</groupId>
<artifactId>geronimo-javamail_1.4_mail</artifactId>
<version>1.6</version>
- </dependency>
+ </dependency>
+ <!--
+ END Mail
+ -->
+
+ <!--
+ Start Commons
+ -->
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
@@ -438,19 +447,10 @@
<groupId>commons-beanutils</groupId>
</exclusion>
</exclusions>
- </dependency>
-
- <dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- <version>3.1</version>
</dependency>
-
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.1</version>
- </dependency>
+ <!--
+ END Commons
+ -->
<dependency>
<groupId>concurrent</groupId>
@@ -461,6 +461,16 @@
<!--
START Testing
-->
+ <!--
+ Use to build protocol tester.
+ Convert this to testing once MPT has been released.
+ -->
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.1</version>
+ </dependency>
+
<dependency>
<groupId>org.jmock</groupId>
<artifactId>jmock</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]