Added dependencies to official OSGi API bundles and bumped
Event Admin API package version. (FELIX-1875)
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@881408 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/eventadmin/impl/pom.xml b/eventadmin/impl/pom.xml
index 17c4a85..f45f5ce 100644
--- a/eventadmin/impl/pom.xml
+++ b/eventadmin/impl/pom.xml
@@ -33,14 +33,14 @@
<artifactId>org.apache.felix.eventadmin</artifactId>
<dependencies>
<dependency>
- <groupId>${pom.groupId}</groupId>
+ <groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
- <version>1.0.0</version>
+ <version>4.0.0</version>
</dependency>
<dependency>
- <groupId>${pom.groupId}</groupId>
+ <groupId>org.osgi</groupId>
<artifactId>org.osgi.compendium</artifactId>
- <version>1.0.0</version>
+ <version>4.2.0</version>
</dependency>
</dependencies>
<build>