Author: matthieu
Date: Mon Oct 19 12:13:34 2015
New Revision: 1709401

URL: http://svn.apache.org/viewvc?rev=1709401&view=rev
Log:
MPT-32 run external-james test when JAMES_ADDRESS env is set

        Switch to Guice 4 because exception in java 8 lambda
        breaks Guice 3 error reporting.

Modified:
    james/project/trunk/mpt/impl/imap-mailbox/external-james/pom.xml
    james/project/trunk/mpt/pom.xml

Modified: james/project/trunk/mpt/impl/imap-mailbox/external-james/pom.xml
URL: 
http://svn.apache.org/viewvc/james/project/trunk/mpt/impl/imap-mailbox/external-james/pom.xml?rev=1709401&r1=1709400&r2=1709401&view=diff
==============================================================================
--- james/project/trunk/mpt/impl/imap-mailbox/external-james/pom.xml (original)
+++ james/project/trunk/mpt/impl/imap-mailbox/external-james/pom.xml Mon Oct 19 
12:13:34 2015
@@ -157,6 +157,17 @@
                 </plugins>
             </build>
         </profile>
+       <profile>
+          <id>test-external-james</id>
+         <activation>
+             <property>
+                 <name>!env.JAMES_ADDRESS</name>
+             </property>
+         </activation>
+         <properties>
+           <skipTests>true</skipTests>
+         </properties>
+        </profile>
         <profile>
             <id>disable-animal-sniffer</id>
             <activation>

Modified: james/project/trunk/mpt/pom.xml
URL: 
http://svn.apache.org/viewvc/james/project/trunk/mpt/pom.xml?rev=1709401&r1=1709400&r2=1709401&view=diff
==============================================================================
--- james/project/trunk/mpt/pom.xml (original)
+++ james/project/trunk/mpt/pom.xml Mon Oct 19 12:13:34 2015
@@ -95,7 +95,7 @@
         <commons-io.version>2.4</commons-io.version>
         <commons-lang.version>2.6</commons-lang.version>
         <derby.version>10.9.1.0</derby.version>
-        <guice.version>3.0</guice.version>
+        <guice.version>4.0</guice.version>
         <h2.version>1.3.170</h2.version>
         <hadoop.version>1.0.1</hadoop.version>
         <hbase.version>0.94.27</hbase.version>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to