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-11-03 12:14:29 -0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1c7b878a65aa3052a271fc77df7f3217b3eb814d
1c7b878a
1 parent
d4ab8085
Netty native transport support
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
pom.xml
utils/netty/pom.xml
pom.xml
View file @
1c7b878
...
...
@@ -318,6 +318,7 @@
<groupId>
io.netty
</groupId>
<artifactId>
netty-transport-native-epoll
</artifactId>
<version>
${netty4.version}
</version>
<classifier>
${os.detected.classifier}
</classifier>
</dependency>
<dependency>
<groupId>
joda-time
</groupId>
...
...
@@ -351,6 +352,13 @@
</dependencies>
<build>
<extensions>
<extension>
<groupId>
kr.motd.maven
</groupId>
<artifactId>
os-maven-plugin
</artifactId>
<version>
1.2.3.Final
</version>
</extension>
</extensions>
<pluginManagement>
<plugins>
<plugin>
...
...
utils/netty/pom.xml
View file @
1c7b878
...
...
@@ -73,6 +73,7 @@
<dependency>
<groupId>
io.netty
</groupId>
<artifactId>
netty-transport-native-epoll
</artifactId>
<version>
${netty4.version}
</version>
</dependency>
</dependencies>
...
...
Please
register
or
login
to post a comment