Fix onos-dependencies version to aling with deps.json

Change-Id: I334e33829348b9b74af63e4b73782097fbcf7976
This commit is contained in:
Yuta HIGUCHI 2017-01-06 11:45:02 -08:00 committed by Jonathan Hart
parent c9e36c5e16
commit 9da6845631
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@
<bundle>mvn:commons-collections/commons-collections/3.2.2</bundle>
<bundle>mvn:com.typesafe/config/1.2.1</bundle>
<bundle>wrap:mvn:com.googlecode.concurrent-trees/concurrent-trees/2.4.0$Bundle-SymbolicName=concurrent-trees&amp;Bundle-Version=2.4.0</bundle>
<bundle>mvn:com.googlecode.concurrent-trees/concurrent-trees/2.6.0</bundle>
<bundle>mvn:commons-io/commons-io/2.4</bundle>
<bundle>mvn:io.atomix/atomix-all/1.0.0-rc9</bundle>

View File

@ -116,7 +116,7 @@
<dependency>
<groupId>com.googlecode.concurrent-trees</groupId>
<artifactId>concurrent-trees</artifactId>
<version>2.4.0</version>
<version>2.6.0</version>
</dependency>
<dependency>