You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by gn...@apache.org on 2010/12/08 21:57:08 UTC

svn commit: r1043675 - /karaf/trunk/pom.xml

Author: gnodet
Date: Wed Dec  8 20:57:07 2010
New Revision: 1043675

URL: http://svn.apache.org/viewvc?rev=1043675&view=rev
Log:
Fix build

Modified:
    karaf/trunk/pom.xml

Modified: karaf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/pom.xml?rev=1043675&r1=1043674&r2=1043675&view=diff
==============================================================================
--- karaf/trunk/pom.xml (original)
+++ karaf/trunk/pom.xml Wed Dec  8 20:57:07 2010
@@ -503,6 +503,11 @@
             </dependency>
             <dependency>
                 <groupId>org.apache.felix</groupId>
+                <artifactId>org.apache.felix.eventadmin</artifactId>
+                <version>${felix.eventadmin.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
                 <version>${felix.plugin.version}</version>
             </dependency>