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 er...@apache.org on 2012/01/20 12:03:23 UTC

svn commit: r1233862 - in /james/server/trunk: pom.xml protocols-smtp/pom.xml

Author: eric
Date: Fri Jan 20 11:03:23 2012
New Revision: 1233862

URL: http://svn.apache.org/viewvc?rev=1233862&view=rev
Log:
Make the test work again by defining the test-jar dependency in protocols-api (JAMES-1368)

Modified:
    james/server/trunk/pom.xml
    james/server/trunk/protocols-smtp/pom.xml

Modified: james/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/pom.xml?rev=1233862&r1=1233861&r2=1233862&view=diff
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Fri Jan 20 11:03:23 2012
@@ -287,6 +287,13 @@
             </dependency>
             <dependency>
                 <groupId>org.apache.james.protocols</groupId>
+                <artifactId>protocols-api</artifactId>
+                <version>${protocols.version}</version>
+                <type>test-jar</type>
+                <scope>test</scope>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.james.protocols</groupId>
                 <artifactId>protocols-netty</artifactId>
                 <version>${protocols.version}</version>
             </dependency>

Modified: james/server/trunk/protocols-smtp/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/protocols-smtp/pom.xml?rev=1233862&r1=1233861&r2=1233862&view=diff
==============================================================================
--- james/server/trunk/protocols-smtp/pom.xml (original)
+++ james/server/trunk/protocols-smtp/pom.xml Fri Jan 20 11:03:23 2012
@@ -193,6 +193,12 @@
             <type>test-jar</type>
         </dependency>
         <dependency>
+            <groupId>org.apache.james.protocols</groupId>
+            <artifactId>protocols-api</artifactId>
+            <type>test-jar</type>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
             <groupId>org.apache.james</groupId>
             <artifactId>james-server-protocols-library</artifactId>
             <type>test-jar</type>



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