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
tom
2014-08-26 15:10:01 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2ab8e42b7a01ace35c5c229572c2257e36a1ede7
2ab8e42b
1 parent
d0fe246e
Fixed onos-of-api bundling to properly subsume the openflow stuff.
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
1 deletions
of/api/pom.xml
of/openflowj/pom.xml
of/api/pom.xml
View file @
2ab8e42
...
...
@@ -22,6 +22,11 @@
<artifactId>
openflowj
</artifactId>
<version>
0.3.8-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
io.netty
</groupId>
<artifactId>
netty
</artifactId>
<version>
3.9.0.Final
</version>
</dependency>
</dependencies>
<build>
...
...
@@ -51,6 +56,18 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>
org.apache.felix
</groupId>
<artifactId>
maven-bundle-plugin
</artifactId>
<configuration>
<instructions>
<Export-Package>
org.projectfloodlight.openflow.*
</Export-Package>
</instructions>
</configuration>
</plugin>
</plugins>
</build>
...
...
of/openflowj/pom.xml
View file @
2ab8e42
...
...
@@ -59,7 +59,7 @@
<dependency>
<groupId>
com.google.guava
</groupId>
<artifactId>
guava
</artifactId>
<version>
1
7
.0
</version>
<version>
1
5
.0
</version>
</dependency>
<dependency>
<groupId>
org.slf4j
</groupId>
...
...
Please
register
or
login
to post a comment