Author: bago
Date: Sun Aug 10 05:06:25 2008
New Revision: 684478
URL: http://svn.apache.org/viewvc?rev=684478&view=rev
Log:
Repackaging for the user api/library code, in progress.
Fix m2 build dependencies
Modified:
james/server/trunk/user-api/pom.xml
Modified: james/server/trunk/user-api/pom.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/user-api/pom.xml?rev=684478&r1=684477&r2=684478&view=diff
==============================================================================
--- james/server/trunk/user-api/pom.xml (original)
+++ james/server/trunk/user-api/pom.xml Sun Aug 10 05:06:25 2008
@@ -28,6 +28,10 @@
<artifactId>james-server-user-api</artifactId>
<name>Apache JAMES Server User API</name>
<dependencies>
- <!-- no dependencies -->
+ <!-- only used by JamesUser (for MailAddress) -->
+ <dependency>
+ <groupId>org.apache.james</groupId>
+ <artifactId>mailet</artifactId>
+ </dependency>
</dependencies>
</project>
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]