Fix issue Felix-834.
Provides annotations for the whiteboard, extender and event admin handlers.
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@720508 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/tests/core/annotations/pom.xml b/ipojo/tests/core/annotations/pom.xml
index 92151fd..848d557 100644
--- a/ipojo/tests/core/annotations/pom.xml
+++ b/ipojo/tests/core/annotations/pom.xml
@@ -31,7 +31,8 @@
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
- <artifactId>org.apache.felix.ipojo.metadata</artifactId>
+ <artifactId>org.apache.felix.ipojo.metadata
+ </artifactId>
<version>1.1.0-SNAPSHOT</version>
</dependency>
<dependency>
@@ -46,17 +47,24 @@
</dependency>
<dependency>
<groupId>ipojo.examples</groupId>
- <artifactId>org.apache.felix.ipojo.junit4osgi</artifactId>
+ <artifactId>org.apache.felix.ipojo.junit4osgi
+ </artifactId>
<version>1.1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
- <artifactId>org.apache.felix.ipojo.annotations</artifactId>
+ <artifactId>org.apache.felix.ipojo.annotations
+ </artifactId>
<version>1.1.0-SNAPSHOT</version>
</dependency>
-
-
+ <dependency>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>org.apache.felix.ipojo.handler.eventadmin
+ </artifactId>
+ <version>1.1.0-SNAPSHOT</version>
+ </dependency>
</dependencies>
+
<build>
<plugins>
<plugin>