Author: bago
Date: Wed Oct 14 12:20:44 2009
New Revision: 825107
URL: http://svn.apache.org/viewvc?rev=825107&view=rev
Log:
Add commons-logging to socket-api dependencies (JAMES-931)
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=825107&r1=825106&r2=825107&view=diff
==============================================================================
--- james/server/trunk/socket-api/pom.xml (original)
+++ james/server/trunk/socket-api/pom.xml Wed Oct 14 12:20:44 2009
@@ -32,5 +32,9 @@
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-annotation_1.0_spec</artifactId>
</dependency>
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </dependency>
</dependencies>
</project>
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]