Fixing reactive forwarding not to forward LLDP & BDDP.

Change-Id: Iea03aaeeb0679f2732246329e72306cc47bec5c1
diff --git a/pom.xml b/pom.xml
index ee2a3bb..28b387e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,8 @@
         <repository>
             <id>onlab-temp</id>
             <name>ON.lab temporary repository</name>
-            <url>http://mavenrepo.onlab.us:8081/nexus/content/groups/public</url>
+            <url>http://mavenrepo.onlab.us:8081/nexus/content/groups/public
+            </url>
             <snapshots>
                 <enabled>true</enabled>
             </snapshots>
@@ -421,6 +422,12 @@
                 </plugin>
 
                 <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-shade-plugin</artifactId>
+                    <version>2.3</version>
+                </plugin>
+
+                <plugin>
                     <groupId>org.codehaus.mojo</groupId>
                     <artifactId>findbugs-maven-plugin</artifactId>
                     <version>3.0.0</version>