BUG-2242: LLDP speaker as separate application.
[openflowplugin.git] / distribution / base / pom.xml
index 3824dda769612550b8271a05ffb89dd77721232c..e39c542a09452ac1fddfc05a841428919d687887 100644 (file)
@@ -126,6 +126,12 @@ see https://git.opendaylight.org/gerrit/#/c/390/
           <artifactId>table-miss-enforcer</artifactId>
           <version>${project.version}</version>
       </dependency>
+      <dependency>
+          <groupId>org.opendaylight.openflowplugin.applications</groupId>
+          <artifactId>lldp-speaker</artifactId>
+          <version>${project.version}</version>
+      </dependency>
+
   </dependencies>
 
   <build>