You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by da...@apache.org on 2011/03/04 12:14:46 UTC

svn commit: r1077877 - /aries/trunk/pom.xml

Author: davidb
Date: Fri Mar  4 11:14:45 2011
New Revision: 1077877

URL: http://svn.apache.org/viewvc?rev=1077877&view=rev
Log:
Remove spi-fly from the default build as it currently depends on an unreleased Equinox jar.

This dependency is to pull in the OSGi 4.3 WeavingHook interface. Once there is a released jar in a maven repo that contains this interface the project will be included again.

Modified:
    aries/trunk/pom.xml

Modified: aries/trunk/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/pom.xml?rev=1077877&r1=1077876&r2=1077877&view=diff
==============================================================================
--- aries/trunk/pom.xml (original)
+++ aries/trunk/pom.xml Fri Mar  4 11:14:45 2011
@@ -50,7 +50,6 @@
         <module>application</module>
         <module>jmx</module>
         <module>jpa</module>
-        <module>spi-fly</module>
         <module>samples</module>
     </modules>