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
Jonathan Hart
2016-05-06 09:38:07 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
dc95c68a9d1ba168801a362723e593650bb71357
dc95c68a
1 parent
85930053
Fix IGMP app for config change
Change-Id: Id26ac6431038a4aa9e783c8985306ce4ccb86cfd
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
1 deletions
apps/igmp/features.xml
apps/igmp/pom.xml
apps/olt/api/pom.xml
apps/igmp/features.xml
View file @
dc95c68
...
...
@@ -20,5 +20,6 @@
<feature>
onos-api
</feature>
<bundle>
mvn:${project.groupId}/onos-app-olt-api/${project.version}
</bundle>
<bundle>
mvn:${project.groupId}/onos-app-igmp/${project.version}
</bundle>
<bundle>
mvn:${project.groupId}/onos-cord-config/${project.version}
</bundle>
</feature>
</features>
...
...
apps/igmp/pom.xml
View file @
dc95c68
...
...
@@ -66,6 +66,12 @@
<dependency>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-cord-config
</artifactId>
<version>
${project.version}
</version>
</dependency>
<dependency>
<groupId>
org.onosproject
</groupId>
<artifactId>
onlab-junit
</artifactId>
<scope>
test
</scope>
</dependency>
...
...
apps/olt/api/pom.xml
View file @
dc95c68
...
...
@@ -55,7 +55,7 @@
<dependency>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-cord-config
</artifactId>
<version>
1.6.0-SNAPSHOT
</version>
<version>
${project.version}
</version>
</dependency>
</dependencies>
...
...
Please
register
or
login
to post a comment