pom.xml file clean-up

Change-Id: I99330a3d5304ae10e63fb4a614521e5ca1e0b39c
diff --git a/ipfix/pom.xml b/ipfix/pom.xml
index 24b6505..1af3e2b 100644
--- a/ipfix/pom.xml
+++ b/ipfix/pom.xml
@@ -42,12 +42,6 @@
         </dependency>
 
         <dependency>
-            <groupId>org.onosproject</groupId>
-            <artifactId>onlab-osgi</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-
-        <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <version>4.11</version>
diff --git a/oneping/pom.xml b/oneping/pom.xml
index eba81f7..48243aa 100644
--- a/oneping/pom.xml
+++ b/oneping/pom.xml
@@ -33,6 +33,7 @@
 
     <properties>
         <onos.app.name>org.onosproject.oneping</onos.app.name>
+        <onos.app.requires>org.onosproject.fwd</onos.app.requires>
     </properties>
 
 </project>
diff --git a/pom.xml b/pom.xml
index 5c99a20..50202c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,7 +87,6 @@
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
             </plugin>
-
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-scr-plugin</artifactId>