Author: cschneider
Date: Fri Jan 13 15:13:12 2017
New Revision: 1778609
URL: http://svn.apache.org/viewvc?rev=1778609&view=rev
Log:
Exclude async from main build as it fails on the jdk7 build
Modified:
aries/trunk/pom.xml
Modified: aries/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/aries/trunk/pom.xml?rev=1778609&r1=1778608&r2=1778609&view=diff
==============================================================================
--- aries/trunk/pom.xml (original)
+++ aries/trunk/pom.xml Fri Jan 13 15:13:12 2017
@@ -57,7 +57,9 @@
<module>samples</module>
<module>esa-ant-task</module>
<module>esa-maven-plugin</module>
+ <!-- Exclude from main build as it fails on JDK 7
<module>async</module>
+ -->
<module>tx-control</module>
<module>pushstream</module>
</modules>