Convert PowerMgmtImpl of olm into a Component
[transportpce.git] / olm / pom.xml
index 38f0fb46711500c5922eafba69654771ed7f95a5..53caef045358665677a6e897f3eafbd4013de619 100644 (file)
@@ -109,6 +109,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <groupId>com.google.guava</groupId>
       <artifactId>guava</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.service.component.annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.service.metatype.annotations</artifactId>
+    </dependency>
 
     <!-- Testing Dependencies -->
     <dependency>