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
2015-08-10 11:59:00 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
14e684b5338939c6ae4bbb47ce031d63c65e6221
14e684b5
1 parent
e3f396f1
Drivers fix.
Change-Id: I80ed3064e851b458be71e289311ee84998987f81
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
drivers/features.xml
drivers/pom.xml
drivers/features.xml
View file @
14e684b
...
...
@@ -21,6 +21,8 @@
<feature>
onos-api
</feature>
<bundle>
mvn:${project.groupId}/${project.artifactId}/${project.version}
</bundle>
<bundle>
mvn:${project.groupId}/onos-of-api/${project.version}
</bundle>
<bundle>
mvn:${project.groupId}/onos-ovsdb-api/${project.version}
</bundle>
<bundle>
mvn:${project.groupId}/onos-ovsdb-rfc/${project.version}
</bundle>
</feature>
</features>
...
...
drivers/pom.xml
View file @
14e684b
...
...
@@ -72,9 +72,6 @@
<groupId>
org.apache.felix
</groupId>
<artifactId>
org.apache.felix.scr.annotations
</artifactId>
</dependency>
</dependencies>
<build>
...
...
Please
register
or
login
to post a comment