Fix Maven build breakage due to new SNMP libraries

Change-Id: I48cadd37c0e862a987be04d1c99efbe99f4e9b52
diff --git a/lib/BUCK b/lib/BUCK
index 50c00fa..d7c82fe 100644
--- a/lib/BUCK
+++ b/lib/BUCK
@@ -1,4 +1,4 @@
-# ***** This file was auto-generated at Wed Sep 21 16:16:41 PDT 2016. Do not edit this file manually. *****
+# ***** This file was auto-generated at Wed Oct 19 10:53:49 PDT 2016. Do not edit this file manually. *****
 osgi_feature_group(
   name = 'COMPILE',
   visibility = ['PUBLIC'],
@@ -1059,9 +1059,9 @@
 
 remote_jar (
   name = 'snmp-core',
-  out = 'snmp-core-1.3-20160121.161050-3.jar',
-  url = 'https://oss.sonatype.org/content/repositories/snapshots/com/btisystems/snmp-core/1.3-SNAPSHOT/snmp-core-1.3-20160121.161050-3.jar',
-  sha1 = 'c2766c97b9c8c3a92070d1aa84740eff4ac23a1f',
+  out = 'snmp-core-1.3-20161019.131805-4.jar',
+  url = 'https://oss.sonatype.org/content/repositories/snapshots/com/btisystems/snmp-core/1.3-SNAPSHOT/snmp-core-1.3-20161019.131805-4.jar',
+  sha1 = '68a693b1d4e258f4992cc3f7307c640dd7f4eafb',
   maven_coords = 'com.btisystems:snmp-core:1.3-SNAPSHOT',
   visibility = [ 'PUBLIC' ],
 )
diff --git a/protocols/snmp/ctl/src/test/java/org/onosproject/snmp/ctl/ISnmpSessionAdapter.java b/protocols/snmp/ctl/src/test/java/org/onosproject/snmp/ctl/ISnmpSessionAdapter.java
index 3f9347d..042e4f5 100644
--- a/protocols/snmp/ctl/src/test/java/org/onosproject/snmp/ctl/ISnmpSessionAdapter.java
+++ b/protocols/snmp/ctl/src/test/java/org/onosproject/snmp/ctl/ISnmpSessionAdapter.java
@@ -55,6 +55,12 @@
     }
 
     @Override
+    public WalkResponse getTableRowsForColumns(IVariableBindingHandler iVariableBindingHandler,
+                                               Map<String, OID[]> map) {
+        return null;
+    }
+
+    @Override
     public WalkResponse getTableRows(IVariableBindingHandler networkDevice,
                                      Map<DeviceEntityDescription, List<OID>> tableIndexes)
             throws IOException {
@@ -80,4 +86,4 @@
     public void checkErrorCodeAndDescription() throws SnmpIoException {
 
     }
-}
\ No newline at end of file
+}