From 9da684563151c6ab950fbfcebf143c94d5c8787a Mon Sep 17 00:00:00 2001 From: Yuta HIGUCHI Date: Fri, 6 Jan 2017 11:45:02 -0800 Subject: [PATCH] Fix onos-dependencies version to aling with deps.json Change-Id: I334e33829348b9b74af63e4b73782097fbcf7976 --- features/features.xml | 2 +- lib/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/features/features.xml b/features/features.xml index 09dd2491ed7..d5f81fe485d 100644 --- a/features/features.xml +++ b/features/features.xml @@ -54,7 +54,7 @@ mvn:commons-collections/commons-collections/3.2.2 mvn:com.typesafe/config/1.2.1 - wrap:mvn:com.googlecode.concurrent-trees/concurrent-trees/2.4.0$Bundle-SymbolicName=concurrent-trees&Bundle-Version=2.4.0 + mvn:com.googlecode.concurrent-trees/concurrent-trees/2.6.0 mvn:commons-io/commons-io/2.4 mvn:io.atomix/atomix-all/1.0.0-rc9 diff --git a/lib/pom.xml b/lib/pom.xml index fa8c8f62a55..31d3c13e08a 100644 --- a/lib/pom.xml +++ b/lib/pom.xml @@ -116,7 +116,7 @@ com.googlecode.concurrent-trees concurrent-trees - 2.4.0 + 2.6.0