[VOL-4568] Changes to onos-mac-learner app to forward the DHCP packets
Change-Id: I85c2185238afc788f40d9e32a4a4de96cb3a1ebd
diff --git a/app/pom.xml b/app/pom.xml
index a518167..3543200 100644
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -44,6 +44,12 @@
<version>${maclearner.api.version}</version>
</dependency>
<dependency>
+ <groupId>org.opencord</groupId>
+ <artifactId>sadis-api</artifactId>
+ <version>${sadis.api.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
<groupId>org.onosproject</groupId>
<artifactId>onos-cli</artifactId>
<version>${onos.version}</version>