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 rd...@apache.org on 2008/11/02 13:33:56 UTC

svn commit: r709875 - in /james/protocols/imap/trunk: protocol-tester/pom.xml seda/pom.xml

Author: rdonkin
Date: Sun Nov  2 04:33:56 2008
New Revision: 709875

URL: http://svn.apache.org/viewvc?rev=709875&view=rev
Log:
Improved poms but don't seem to be able to make the build work correctly :-/

Modified:
    james/protocols/imap/trunk/protocol-tester/pom.xml
    james/protocols/imap/trunk/seda/pom.xml

Modified: james/protocols/imap/trunk/protocol-tester/pom.xml
URL: http://svn.apache.org/viewvc/james/protocols/imap/trunk/protocol-tester/pom.xml?rev=709875&r1=709874&r2=709875&view=diff
==============================================================================
--- james/protocols/imap/trunk/protocol-tester/pom.xml (original)
+++ james/protocols/imap/trunk/protocol-tester/pom.xml Sun Nov  2 04:33:56 2008
@@ -25,37 +25,16 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
-  <artifactId>apache-james-imap-seda</artifactId>
-  <name>Apache JAMES IMAP function</name>
+  <artifactId>apache-james-imap-protocol-tester</artifactId>
+  <name>Apache JAMES Protocol Tester</name>
   <dependencies>
     <dependency>
-      <groupId>org.apache.james</groupId>
-      <artifactId>apache-james-imap-api</artifactId>
-    </dependency>
-    <dependency>
-      <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>concurrent</groupId>
-      <artifactId>concurrent</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>commons-lang</groupId>
-      <artifactId>commons-lang</artifactId>
-    </dependency>
-    <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
     </dependency>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <scope>test</scope>
     </dependency>
   </dependencies>
 </project>

Modified: james/protocols/imap/trunk/seda/pom.xml
URL: http://svn.apache.org/viewvc/james/protocols/imap/trunk/seda/pom.xml?rev=709875&r1=709874&r2=709875&view=diff
==============================================================================
--- james/protocols/imap/trunk/seda/pom.xml (original)
+++ james/protocols/imap/trunk/seda/pom.xml Sun Nov  2 04:33:56 2008
@@ -57,5 +57,11 @@
       <artifactId>junit</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>apache-james-imap-protocol-tester</artifactId>
+      <version>0.1-SNAPSHOT</version>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 </project>



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