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-23 12:45:14 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9eedb465671b13d67ba4315c99116d06477f6f1c
9eedb465
1 parent
41d5adb3
Update Hazelcast to 3.3.2
Change-Id: Idb7ea81bf1ed22e0d34df346466017d49cbf4381
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
features/features.xml
pom.xml
features/features.xml
View file @
9eedb46
...
...
@@ -35,7 +35,7 @@
<bundle>
mvn:io.netty/netty-transport-native-epoll/4.0.23.Final
</bundle>
<bundle>
mvn:commons-pool/commons-pool/1.6
</bundle>
<bundle>
mvn:com.hazelcast/hazelcast/3.3
</bundle>
<bundle>
mvn:com.hazelcast/hazelcast/3.3
.2
</bundle>
<bundle>
mvn:io.dropwizard.metrics/metrics-core/3.1.0
</bundle>
<bundle>
mvn:io.dropwizard.metrics/metrics-json/3.1.0
</bundle>
<bundle>
mvn:com.eclipsesource.minimal-json/minimal-json/0.9.1
</bundle>
...
...
pom.xml
View file @
9eedb46
...
...
@@ -192,7 +192,7 @@
<dependency>
<groupId>
com.hazelcast
</groupId>
<artifactId>
hazelcast
</artifactId>
<version>
3.3
</version>
<version>
3.3
.2
</version>
</dependency>
<dependency>
<groupId>
com.eclipsesource.minimal-json
</groupId>
...
...
Please
register
or
login
to post a comment