Send commitIndex updates to followers as soon as possible
[controller.git] / features / extras / pom.xml
index 563f1281b852a3fa1323726444a17d76c2d17119..646872e00b6aafb63bbfca7235009ca956afcb7d 100644 (file)
@@ -1,35 +1,30 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
+ Copyright © 2016, 2017 Red Hat, Inc. and others.
+
  This program and the accompanying materials are made available under the
  terms of the Eclipse Public License v1.0 which accompanies this distribution,
  and is available at http://www.eclipse.org/legal/epl-v10.html
--->
-
+ -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
-        <artifactId>features-parent</artifactId>
-        <version>1.6.0-SNAPSHOT</version>
+        <artifactId>odlparent-lite</artifactId>
+        <version>5.0.0</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.controller</groupId>
-    <artifactId>features-extras</artifactId>
-    <version>1.6.0-SNAPSHOT</version>
-    <packaging>jar</packaging>
-    <properties>
-        <jolokia-bridge.version>0.2.0-SNAPSHOT</jolokia-bridge.version>
-        <jolokia.version>1.1.4</jolokia.version>
-    </properties>
+    <artifactId>features-extras-aggregator</artifactId>
+    <version>1.13.0-SNAPSHOT</version>
+    <packaging>pom</packaging>
 
-    <dependencies>
-        <dependency>
-            <groupId>org.jolokia</groupId>
-            <artifactId>jolokia-osgi</artifactId>
-            <version>${jolokia.version}</version>
-        </dependency>
-    </dependencies>
+    <modules>
+        <module>features-extras</module>
+        <module>odl-extras-all</module>
+        <module>odl-jolokia</module>
+    </modules>
 
     <scm>
         <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>