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
Yuta HIGUCHI
2014-10-02 16:35:49 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
707a7e62f2bb161f8af280c0119b00cc6c73c4dd
707a7e62
1 parent
ecc22a09
moved commons-pool to root pom.xml
Change-Id: Ic366fd4c790d6a9b9c43d6b593e034427eefa6a6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
pom.xml
utils/netty/pom.xml
pom.xml
View file @
707a7e6
...
...
@@ -248,6 +248,11 @@
<classifier>
tests
</classifier>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
commons-pool
</groupId>
<artifactId>
commons-pool
</artifactId>
<version>
1.6
</version>
</dependency>
</dependencies>
</dependencyManagement>
...
...
utils/netty/pom.xml
View file @
707a7e6
...
...
@@ -42,7 +42,6 @@
<dependency>
<groupId>
commons-pool
</groupId>
<artifactId>
commons-pool
</artifactId>
<version>
1.6
</version>
</dependency>
</dependencies>
...
...
Please
register
or
login
to post a comment