Author: norman
Date: Wed Mar 23 13:38:43 2011
New Revision: 1084586
URL: http://svn.apache.org/viewvc?rev=1084586&view=rev
Log:
Use commons-daemon 1.0.3 as 1.0.5 is not usable with jdk 1.5
Modified:
james/server/trunk/pom.xml
Modified: james/server/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/pom.xml?rev=1084586&r1=1084585&r2=1084586&view=diff
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Wed Mar 23 13:38:43 2011
@@ -927,10 +927,12 @@
<version>1.6</version>
</dependency>
+ <!-- Use 1.0.3 as 1.0.5 seems to was compiled with jdk6 -->
+ <!-- See DAEMON-200 -->
<dependency>
<groupId>commons-daemon</groupId>
<artifactId>commons-daemon</artifactId>
- <version>1.0.5</version>
+ <version>1.0.3</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]