Skip to content

Commit

Permalink
Fix onos-dependencies version to aling with deps.json
Browse files Browse the repository at this point in the history
Change-Id: I334e33829348b9b74af63e4b73782097fbcf7976
  • Loading branch information
y-higuchi authored and jonohart committed Jan 9, 2017
1 parent c9e36c5 commit 9da6845
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion features/features.xml
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion lib/pom.xml
Expand Up @@ -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>
Expand Down

0 comments on commit 9da6845

Please sign in to comment.