Author: bago
Date: Sun Oct 18 14:05:53 2009
New Revision: 826442
URL: http://svn.apache.org/viewvc?rev=826442&view=rev
Log:
Fix socket-api dependencies for the new api.protocol package
Modified:
james/server/trunk/socket-api/pom.xml
Modified: james/server/trunk/socket-api/pom.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/socket-api/pom.xml?rev=826442&r1=826441&r2=826442&view=diff
==============================================================================
--- james/server/trunk/socket-api/pom.xml (original)
+++ james/server/trunk/socket-api/pom.xml Sun Oct 18 14:05:53 2009
@@ -36,5 +36,9 @@
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</dependency>
+ <dependency>
+ <groupId>commons-configuration</groupId>
+ <artifactId>commons-configuration</artifactId>
+ </dependency>
</dependencies>
</project>
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]