Jian Li
Committed by Gerrit Code Review

Remove duplicated dependencies in deps.json

Change-Id: Ic437124b5237e8bff76dc0fd4a65939f8e5b3f95
1 -# ***** This file was auto-generated at Wed May 04 19:19:10 PDT 2016. Do not edit this file manually. ***** 1 +# ***** This file was auto-generated at Thu May 05 13:53:33 PDT 2016. Do not edit this file manually. *****
2 osgi_feature_group( 2 osgi_feature_group(
3 name = 'COMPILE', 3 name = 'COMPILE',
4 visibility = ['PUBLIC'], 4 visibility = ['PUBLIC'],
...@@ -187,9 +187,9 @@ remote_jar ( ...@@ -187,9 +187,9 @@ remote_jar (
187 187
188 remote_jar ( 188 remote_jar (
189 name = 'onos-atomix', 189 name = 'onos-atomix',
190 - out = 'atomix-1.0.onos-20160505.013719-220.jar', 190 + out = 'atomix-1.0.onos-20160505.195725-228.jar',
191 - url = 'https://oss.sonatype.org/content/repositories/snapshots/org/onosproject/atomix/1.0.onos-SNAPSHOT/atomix-1.0.onos-20160505.013719-220.jar', 191 + url = 'https://oss.sonatype.org/content/repositories/snapshots/org/onosproject/atomix/1.0.onos-SNAPSHOT/atomix-1.0.onos-20160505.195725-228.jar',
192 - sha1 = '9dabad079e1fcd15f58cf995b84eda562b8de21e', 192 + sha1 = 'aa238a933c873263b5b14bdb8453cfbda4e3e9e0',
193 maven_coords = 'org.onosproject:atomix:1.0.onos-SNAPSHOT', 193 maven_coords = 'org.onosproject:atomix:1.0.onos-SNAPSHOT',
194 visibility = [ 'PUBLIC' ], 194 visibility = [ 'PUBLIC' ],
195 ) 195 )
......
...@@ -157,7 +157,6 @@ ...@@ -157,7 +157,6 @@
157 "jetty-continuation": "mvn:org.eclipse.jetty:jetty-continuation:9.1.6.v20160112", 157 "jetty-continuation": "mvn:org.eclipse.jetty:jetty-continuation:9.1.6.v20160112",
158 "jetty-http": "mvn:org.eclipse.jetty:jetty-http:9.1.6.v20160112", 158 "jetty-http": "mvn:org.eclipse.jetty:jetty-http:9.1.6.v20160112",
159 "jetty-io": "mvn:org.eclipse.jetty:jetty-io:9.1.6.v20160112", 159 "jetty-io": "mvn:org.eclipse.jetty:jetty-io:9.1.6.v20160112",
160 - "jetty-server": "mvn:org.eclipse.jetty:jetty-server:9.1.6.v20160112",
161 "javax.servlet-api": "mvn:javax.servlet:javax.servlet-api:3.1.0", 160 "javax.servlet-api": "mvn:javax.servlet:javax.servlet-api:3.1.0",
162 "joda-time": "mvn:joda-time:joda-time:2.9", 161 "joda-time": "mvn:joda-time:joda-time:2.9",
163 "jsch": "mvn:com.jcraft:jsch:0.1.53", 162 "jsch": "mvn:com.jcraft:jsch:0.1.53",
......