Author: rdonkin Date: Sun Nov 16 11:44:55 2008 New Revision: 718093 URL: http://svn.apache.org/viewvc?rev=718093&view=rev Log: Fix maven build
Modified: james/protocols/imap/trunk/deployment/pom.xml james/protocols/imap/trunk/pom.xml Modified: james/protocols/imap/trunk/deployment/pom.xml URL: http://svn.apache.org/viewvc/james/protocols/imap/trunk/deployment/pom.xml?rev=718093&r1=718092&r2=718093&view=diff ============================================================================== --- james/protocols/imap/trunk/deployment/pom.xml (original) +++ james/protocols/imap/trunk/deployment/pom.xml Sun Nov 16 11:44:55 2008 @@ -61,6 +61,11 @@ <groupId>org.apache.james</groupId> <artifactId>apache-james-imap-seda</artifactId> </dependency> + <dependency> + <groupId>org.apache.james</groupId> + <artifactId>apache-james-imap-protocol-tester</artifactId> + <scope>test</scope> + </dependency> <dependency> Modified: james/protocols/imap/trunk/pom.xml URL: http://svn.apache.org/viewvc/james/protocols/imap/trunk/pom.xml?rev=718093&r1=718092&r2=718093&view=diff ============================================================================== --- james/protocols/imap/trunk/pom.xml (original) +++ james/protocols/imap/trunk/pom.xml Sun Nov 16 11:44:55 2008 @@ -35,6 +35,7 @@ <packaging>pom</packaging> <modules> <module>stage</module> + <module>protocol-tester</module> <module>api</module> <module>message</module> <module>decode</module> @@ -252,6 +253,13 @@ <type>test-jar</type> <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> + <dependency> <groupId>org.apache.james</groupId> @@ -395,7 +403,6 @@ <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.1</version> - <scope>test</scope> </dependency> <dependency> <groupId>jmock</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]