yang changes for scaling,
[genius.git] / artifacts / pom.xml
index 9ad9568d2d6fff95796f271993254053b0147beb..b517e8289c961fd70601b6e2d2c5360c365603d9 100644 (file)
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>1.9.0</version>
+    <version>3.0.2</version>
     <relativePath />
   </parent>
 
   <groupId>org.opendaylight.genius</groupId>
   <artifactId>genius-artifacts</artifactId>
-  <version>0.3.0-SNAPSHOT</version>
+  <version>0.5.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
         <type>xml</type>
       </dependency>
 
-      <!-- Karaf 4 -->
-      <dependency>
-        <groupId>${project.groupId}</groupId>
-        <artifactId>features4-genius</artifactId>
-        <version>${project.version}</version>
-        <classifier>features</classifier>
-        <type>xml</type>
-      </dependency>
       <dependency>
         <groupId>${project.groupId}</groupId>
         <artifactId>odl-genius-api</artifactId>
         <classifier>features</classifier>
         <type>xml</type>
       </dependency>
-      <dependency>
-        <groupId>${project.groupId}</groupId>
-        <artifactId>odl-genius-ui</artifactId>
-        <version>${project.version}</version>
-        <classifier>features</classifier>
-        <type>xml</type>
-      </dependency>
       <dependency>
         <groupId>${project.groupId}</groupId>
         <artifactId>odl-genius-fcaps-framework</artifactId>