Brian O'Connor

Adding maven_coords for SNAPSHOT libs

Change-Id: I60215d1715f2220bfa2a23ea94434aca4c1f6e1b
Showing 1 changed file with 7 additions and 1 deletions
# ***** This file was auto-generated at Fri Apr 22 14:55:21 PDT 2016. Do not edit this file manually. *****
# ***** This file was auto-generated at Fri Apr 22 16:32:01 PDT 2016. Do not edit this file manually. *****
java_library(
name = 'COMPILE',
visibility = ['PUBLIC'],
......@@ -1353,6 +1353,7 @@ remote_file(
prebuilt_jar(
name = 'openflowj',
binary_jar = ':openflowj-0.9.3.onos-20160405.002022-1.jar',
maven_coords = 'org.onosproject:openflowj:0.9.3.onos-SNAPSHOT',
visibility = [ 'PUBLIC' ],
)
......@@ -1617,6 +1618,7 @@ remote_file(
prebuilt_jar(
name = 'org.apache.felix.scr.bnd',
binary_jar = ':org.apache.felix.scr.bnd-1.4.1-20160328.235003-2.jar',
maven_coords = 'org.onosproject:org.apache.felix.scr.bnd:1.4.1-SNAPSHOT',
visibility = [ 'PUBLIC' ],
)
......@@ -1630,6 +1632,7 @@ remote_file(
prebuilt_jar(
name = 'snmp-core',
binary_jar = ':snmp-core-1.3-20160121.161050-3.jar',
maven_coords = 'com.btisystems:snmp-core:1.3-SNAPSHOT',
visibility = [ 'PUBLIC' ],
)
......@@ -1643,6 +1646,7 @@ remote_file(
prebuilt_jar(
name = 'bti7000',
binary_jar = ':bti7000-1.0-20151221.113001-4.jar',
maven_coords = 'com.btisystems.mibbler.mibs:bti7000:1.0-SNAPSHOT',
visibility = [ 'PUBLIC' ],
)
......@@ -1656,6 +1660,7 @@ remote_file(
prebuilt_jar(
name = 'mibs-net-snmp',
binary_jar = ':net-snmp-1.0-20151221.112958-4.jar',
maven_coords = 'com.btisystems.mibbler.mibs:net-snmp:1.0-SNAPSHOT',
visibility = [ 'PUBLIC' ],
)
......@@ -1669,6 +1674,7 @@ remote_file(
prebuilt_jar(
name = 'mibs-rfc',
binary_jar = ':rfc-1.0-20151221.113000-6.jar',
maven_coords = 'com.btisystems.mibbler.mibs:rfc:1.0-SNAPSHOT',
visibility = [ 'PUBLIC' ],
)
......