Fix broken downstream features 46/36146/1
authorRobert Varga <rovarga@cisco.com>
Wed, 24 Feb 2016 09:18:36 +0000 (10:18 +0100)
committerHideyuki Tai <Hideyuki.Tai@necam.com>
Fri, 11 Mar 2016 21:43:57 +0000 (21:43 +0000)
factoryakkaconf needs to be spelled out in the dependency of
features-mdsal.

Change-Id: I71e7cff1076fc63c08f6debefc72107046f8337f
Signed-off-by: Robert Varga <rovarga@cisco.com>
(cherry picked from commit cfdb7ed1fdd440feea75adfe1b0289b76ffc9e50)

features/mdsal/pom.xml

index 3a039f56028ad41c5fdaaea6560e645e993533e8..9cac7057c1c9dbddf9288cbd25ba142a6f95cea9 100644 (file)
       <type>xml</type>
       <classifier>akkaconf</classifier>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>sal-clustering-config</artifactId>
+      <version>${controller.mdsal.version}</version>
+      <type>xml</type>
+      <classifier>factoryakkaconf</classifier>
+    </dependency>
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>sal-clustering-config</artifactId>