[AETHER-598] Updates onos dependency to 2.2.4 and fix api/impl bundles issue.

API and Impl bundles both have `org.onosproject.segmentrouting.config` package
which creates issues during the app activation

Change-Id: I087c9a037b86ba522cfe568c43c102705e6ca4f2
diff --git a/pom.xml b/pom.xml
index 7c68482..9c3cf85 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-dependencies</artifactId>
-        <version>2.2.3-b2</version>
+        <version>2.2.4</version>
     </parent>
 
     <groupId>org.onosproject</groupId>