On 12/08/11 21:15, [email protected] wrote:
Author: norman
Date: Fri Aug 12 19:15:44 2011
New Revision: 1157218

URL: http://svn.apache.org/viewvc?rev=1157218&view=rev
Log:
Fix compile error.. Eric I'm watching you ;)

Same here :)

mvn classpath loader != eclipse classpath loader
(I will remind to always 'mvn test' before 'svn ci')

Thx for the fix (I saw jenkins' failing, but had no time to jump on it before leaving).


Modified:
     james/server/trunk/data-library/pom.xml

Modified: james/server/trunk/data-library/pom.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/data-library/pom.xml?rev=1157218&r1=1157217&r2=1157218&view=diff
==============================================================================
--- james/server/trunk/data-library/pom.xml (original)
+++ james/server/trunk/data-library/pom.xml Fri Aug 12 19:15:44 2011
@@ -82,6 +82,12 @@
        <artifactId>james-server-core</artifactId>
        <scope>test</scope>
      </dependency>
+<dependency>
+<groupId>org.apache.james</groupId>
+<artifactId>james-server-dnsservice-api</artifactId>
+<scope>test</scope>
+<type>test-jar</type>
+</dependency>
    </dependencies>

     <build>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



--
Eric Charles
http://about.echarles.net

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to