Author: bago Date: Wed Sep 10 16:02:04 2008 New Revision: 694056 URL: http://svn.apache.org/viewvc?rev=694056&view=rev Log: few more dependencies for m2 build of imapserver-function
Modified: james/server/trunk/imapserver-function/pom.xml Modified: james/server/trunk/imapserver-function/pom.xml URL: http://svn.apache.org/viewvc/james/server/trunk/imapserver-function/pom.xml?rev=694056&r1=694055&r2=694056&view=diff ============================================================================== --- james/server/trunk/imapserver-function/pom.xml (original) +++ james/server/trunk/imapserver-function/pom.xml Wed Sep 10 16:02:04 2008 @@ -45,6 +45,10 @@ <groupId>org.apache.james</groupId> <artifactId>james-server-common-util</artifactId> </dependency> + <dependency> + <groupId>org.apache.james</groupId> + <artifactId>james-server-core-library</artifactId> + </dependency> <dependency> <groupId>org.apache.james</groupId> @@ -90,6 +94,10 @@ <artifactId>commons-logging</artifactId> </dependency> <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + </dependency> + <dependency> <groupId>commons-configuration</groupId> <artifactId>commons-configuration</artifactId> </dependency> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]