You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2010/04/06 04:26:39 UTC

svn commit: r931000 - /geronimo/server/trunk/framework/bundles/karaf-client/pom.xml

Author: gawor
Date: Tue Apr  6 02:26:39 2010
New Revision: 931000

URL: http://svn.apache.org/viewvc?rev=931000&view=rev
Log:
temporary fix - it hopefully will let trunk build now

Modified:
    geronimo/server/trunk/framework/bundles/karaf-client/pom.xml

Modified: geronimo/server/trunk/framework/bundles/karaf-client/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/bundles/karaf-client/pom.xml?rev=931000&r1=930999&r2=931000&view=diff
==============================================================================
--- geronimo/server/trunk/framework/bundles/karaf-client/pom.xml (original)
+++ geronimo/server/trunk/framework/bundles/karaf-client/pom.xml Tue Apr  6 02:26:39 2010
@@ -63,6 +63,14 @@
                         <groupId>org.slf4j</groupId>
                         <artifactId>slf4j-simple</artifactId>
                     </exclusion>
+                    <exclusion>
+                        <groupId>org.apache.aries.blueprint</groupId>
+                        <artifactId>org.apache.aries.blueprint</artifactId>
+                    </exclusion>
+                    <exclusion>
+                        <groupId>org.apache.aries</groupId>
+                        <artifactId>org.apache.aries.util</artifactId>
+                    </exclusion>
                 </exclusions>
         </dependency>
     </dependencies>