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
Madan Jampani
2014-09-30 11:32:31 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a185d8613b7cd29189e37f082c0880b11415b986
a185d861
1 parent
3f38160d
pom.xml updates to include netty 4.0.23 and apache commons pool
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
1 deletions
core/store/dist/pom.xml
core/store/dist/src/main/java/org/onlab/onos/store/device/impl/package-info.java
pom.xml
core/store/dist/pom.xml
View file @
a185d86
...
...
@@ -51,6 +51,15 @@
<groupId>
de.javakaffee
</groupId>
<artifactId>
kryo-serializers
</artifactId>
</dependency>
<dependency>
<groupId>
io.netty
</groupId>
<artifactId>
netty-all
</artifactId>
</dependency>
<dependency>
<groupId>
commons-pool
</groupId>
<artifactId>
commons-pool
</artifactId>
<version>
1.6
</version>
</dependency>
</dependencies>
<build>
...
...
core/store/dist/src/main/java/org/onlab/onos/store/device/impl/package-info.java
View file @
a185d86
/**
* Implementation of device store using distributed
structures
.
* Implementation of device store using distributed
distributed p2p synchronization protocol
.
*/
package
org
.
onlab
.
onos
.
store
.
device
.
impl
;
\ No newline at end of file
...
...
pom.xml
View file @
a185d86
...
...
@@ -69,6 +69,12 @@
<dependency>
<groupId>
io.netty
</groupId>
<artifactId>
netty-all
</artifactId>
<version>
4.0.23.Final
</version>
</dependency>
<dependency>
<groupId>
io.netty
</groupId>
<artifactId>
netty
</artifactId>
<version>
3.9.0.Final
</version>
</dependency>
...
...
Please
register
or
login
to post a comment