mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-05-04 19:56:49 +02:00
Update cord-config dependency to b1 version
Change-Id: I9d38433c4e4110b3c3ad0141cc1a3dbccf4ee701
This commit is contained in:
parent
317b49810c
commit
68e4e8757d
@ -21,5 +21,5 @@
|
||||
<description>${project.description}</description>
|
||||
<artifact>mvn:${project.groupId}/${project.artifactId}/${project.version}</artifact>
|
||||
<!-- TODO: Replace this with variable -->
|
||||
<artifact>mvn:org.opencord/cord-config/1.0-SNAPSHOT</artifact>
|
||||
<artifact>mvn:org.onosproject/cord-config/1.0-b1</artifact>
|
||||
</app>
|
||||
|
||||
@ -20,6 +20,6 @@
|
||||
<feature>onos-api</feature>
|
||||
<bundle>mvn:${project.groupId}/${project.artifactId}/${project.version}</bundle>
|
||||
<!-- TODO: Replace this with variable -->
|
||||
<bundle>mvn:org.opencord/cord-config/1.0-SNAPSHOT</bundle>
|
||||
<bundle>mvn:org.onosproject/cord-config/1.0-b1</bundle>
|
||||
</feature>
|
||||
</features>
|
||||
|
||||
@ -65,10 +65,10 @@
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.opencord</groupId>
|
||||
<groupId>org.onosproject</groupId>
|
||||
<artifactId>cord-config</artifactId>
|
||||
<!-- TODO: Replace this with variable -->
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<version>1.0-b1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.ws.rs</groupId>
|
||||
|
||||
20
lib/BUCK
20
lib/BUCK
@ -1,4 +1,4 @@
|
||||
# ***** This file was auto-generated at Thu Jun 23 15:57:10 PDT 2016. Do not edit this file manually. *****
|
||||
# ***** This file was auto-generated at Wed Jun 29 17:18:00 PDT 2016. Do not edit this file manually. *****
|
||||
osgi_feature_group(
|
||||
name = 'COMPILE',
|
||||
visibility = ['PUBLIC'],
|
||||
@ -1003,6 +1003,15 @@ remote_jar (
|
||||
visibility = [ 'PUBLIC' ],
|
||||
)
|
||||
|
||||
remote_jar (
|
||||
name = 'cord-config',
|
||||
out = 'cord-config-1.0-b1.jar',
|
||||
url = 'mvn:org.onosproject:cord-config:jar:1.0-b1',
|
||||
sha1 = 'f64604f7e8b76440ed15e2c14224360cd3ed2325',
|
||||
maven_coords = 'org.onosproject:cord-config:1.0-b1',
|
||||
visibility = [ 'PUBLIC' ],
|
||||
)
|
||||
|
||||
remote_jar (
|
||||
name = 'org.apache.felix.scr.bnd',
|
||||
out = 'org.apache.felix.scr.bnd-1.4.1-20160328.235003-2.jar',
|
||||
@ -1048,15 +1057,6 @@ remote_jar (
|
||||
visibility = [ 'PUBLIC' ],
|
||||
)
|
||||
|
||||
remote_jar (
|
||||
name = 'cord-config',
|
||||
out = 'cord-config-1.0-20160620.212347-19.jar',
|
||||
url = 'https://oss.sonatype.org/content/repositories/snapshots/org/opencord/cord-config/1.0-SNAPSHOT/cord-config-1.0-20160620.212347-19.jar',
|
||||
sha1 = '927c44d873fb1a2c64f7bb42f49e3e8e5ca81f87',
|
||||
maven_coords = 'org.opencord:cord-config:1.0-SNAPSHOT',
|
||||
visibility = [ 'PUBLIC' ],
|
||||
)
|
||||
|
||||
remote_jar (
|
||||
name = 'openstack4j-core',
|
||||
out = 'openstack4j-core-2.11.jar',
|
||||
|
||||
@ -183,6 +183,7 @@
|
||||
"checkstyle": "mvn:com.puppycrawl.tools:checkstyle:6.11.2",
|
||||
"apache-karaf": "http://onlab.vicci.org/onos/third-party/apache-karaf-3.0.5.tar.gz",
|
||||
"bndlib": "mvn:biz.aQute.bnd:biz.aQute.bndlib:jar:3.1.0",
|
||||
"cord-config": "mvn:org.onosproject:cord-config:1.0-b1",
|
||||
"org.apache.felix.scr.bnd": {
|
||||
"uri": "mvn:org.onosproject:org.apache.felix.scr.bnd:1.4.1-SNAPSHOT",
|
||||
"repo": "https://oss.sonatype.org/content/repositories/snapshots"
|
||||
@ -203,10 +204,6 @@
|
||||
"uri": "mvn:com.btisystems.mibbler.mibs:rfc:1.0-SNAPSHOT",
|
||||
"repo": "https://oss.sonatype.org/content/repositories/snapshots"
|
||||
},
|
||||
"cord-config": {
|
||||
"uri": "mvn:org.opencord:cord-config:1.0-SNAPSHOT",
|
||||
"repo": "https://oss.sonatype.org/content/repositories/snapshots"
|
||||
},
|
||||
// Openstack4j related jars
|
||||
"openstack4j-core": "mvn:org.pacesys:openstack4j-core:2.11",
|
||||
"openstack4j-http-connector": "mvn:org.pacesys.openstack4j.connectors:openstack4j-http-connector:2.11",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user