Author: rdonkin
Date: Fri Jun  5 09:00:24 2009
New Revision: 781947

URL: http://svn.apache.org/viewvc?rev=781947&view=rev
Log:
IMAP-98 Derby is only required for testing. Also, organise dependencies.  
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=781947&r1=781946&r2=781947&view=diff
==============================================================================
--- james/imap/trunk/parent/pom.xml (original)
+++ james/imap/trunk/parent/pom.xml Fri Jun  5 09:00:24 2009
@@ -473,36 +473,15 @@
       <groupId>commons-collections</groupId>
       <artifactId>commons-collections</artifactId>
       <version>3.1</version>
-    </dependency>
-    <dependency>
-      <groupId>commons-io</groupId>
-      <artifactId>commons-io</artifactId>
-      <scope>test</scope>
-      <version>1.2</version>
-    </dependency>
+    </dependency>
+    
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>3.8.1</version>
     </dependency>
-    <dependency>
-      <groupId>org.jmock</groupId>
-      <artifactId>jmock</artifactId>
-      <version>2.5.1</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.jmock</groupId>
-      <artifactId>jmock-junit3</artifactId>
-      <version>2.5.1</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>com.h2database</groupId>
-      <artifactId>h2</artifactId>
-      <version>1.0.79</version>
-      <scope>test</scope>
-    </dependency> 
+
+
     <dependency>
       <groupId>concurrent</groupId>
       <artifactId>concurrent</artifactId>
@@ -513,15 +492,49 @@
       <artifactId>commons-beanutils</artifactId>
       <version>1.7.0</version>
       <scope>runtime</scope>
-    </dependency>
+    </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-junit3</artifactId>
+      <version>${version.jmock}</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.h2database</groupId>
+      <artifactId>h2</artifactId>
+      <version>1.0.79</version>
+      <scope>test</scope>
+    </dependency>   
     <dependency>
       <groupId>org.apache.derby</groupId>
       <artifactId>derby</artifactId>
       <version>10.2.2.0</version>
-      <scope>runtime</scope>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+      <scope>test</scope>
+      <version>1.2</version>
     </dependency>
      
     <!--
+    END Testing
+     -->
+    
+     
+    <!--
     START Torque 
      -->
     <dependency>
@@ -599,7 +612,8 @@
     <version.apache-mime4j>0.6</version.apache-mime4j>
     <version.javax.mail>1.4.1</version.javax.mail>
     <version.activation>1.1.1</version.activation>
-    <version.torque>3.3</version.torque>
+    <version.torque>3.3</version.torque>
+    <version.jmock>2.5.1</version.jmock>
   </properties>
 
 </project>



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

Reply via email to