Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Thomas Vachuska
2014-10-20 17:07:57 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d8cf56648c8b15b7c030de6fd4cdb7100ffd86a7
d8cf5664
1 parent
f22f2043
Fixed features dependencies to make sure onos-cli has jackson stuff.
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
features/features.xml
features/features.xml
View file @
d8cf566
...
...
@@ -29,18 +29,21 @@
<bundle>
mvn:org.onlab.onos/onlab-nio/1.0.0-SNAPSHOT
</bundle>
<bundle>
mvn:com.fasterxml.jackson.core/jackson-core/2.4.2
</bundle>
<bundle>
mvn:com.fasterxml.jackson.core/jackson-annotations/2.4.2
</bundle>
<bundle>
mvn:com.fasterxml.jackson.core/jackson-databind/2.4.2
</bundle>
<!-- FIXME: we should switch to use fasterxml jackson -->
<bundle>
mvn:org.codehaus.jackson/jackson-core-asl/1.9.13
</bundle>
<bundle>
mvn:org.codehaus.jackson/jackson-mapper-asl/1.9.13
</bundle>
<bundle>
mvn:org.onlab.onos/onlab-thirdparty/1.0.0-SNAPSHOT
</bundle>
</feature>
<feature
name=
"onos-thirdparty-web"
version=
"1.0.0"
description=
"ONOS 3rd party dependencies"
>
<feature>
war
</feature>
<bundle>
mvn:com.fasterxml.jackson.core/jackson-core/2.4.2
</bundle>
<bundle>
mvn:com.fasterxml.jackson.core/jackson-annotations/2.4.2
</bundle>
<bundle>
mvn:com.fasterxml.jackson.core/jackson-databind/2.4.2
</bundle>
<feature>
onos-thirdparty-base
</feature>
<bundle>
mvn:com.sun.jersey/jersey-core/1.18.1
</bundle>
<bundle>
mvn:com.sun.jersey/jersey-server/1.18.1
</bundle>
<bundle>
mvn:com.sun.jersey/jersey-servlet/1.18.1
</bundle>
...
...
Please
register
or
login
to post a comment