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 no...@apache.org on 2009/11/03 11:57:42 UTC

svn commit: r832390 - /james/server/trunk/nntpserver-function/pom.xml

Author: norman
Date: Tue Nov  3 10:57:40 2009
New Revision: 832390

URL: http://svn.apache.org/viewvc?rev=832390&view=rev
Log:
Add missing dependency

Modified:
    james/server/trunk/nntpserver-function/pom.xml

Modified: james/server/trunk/nntpserver-function/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/nntpserver-function/pom.xml?rev=832390&r1=832389&r2=832390&view=diff
==============================================================================
--- james/server/trunk/nntpserver-function/pom.xml (original)
+++ james/server/trunk/nntpserver-function/pom.xml Tue Nov  3 10:57:40 2009
@@ -135,6 +135,11 @@
       <artifactId>commons-net</artifactId>
       <scope>test</scope>
     </dependency>
-    
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>james-server-core-api</artifactId>
+      <type>test-jar</type>
+      <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