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
pankaj
2014-10-02 15:17:52 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
208221de386f53562a5df6ca7d9689db3e5d2803
208221de
1 parent
e138e27e
move to stable metrics 3.1.0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
features/features.xml
utils/misc/pom.xml
features/features.xml
View file @
208221d
...
...
@@ -11,7 +11,7 @@
<bundle>
mvn:io.netty/netty/3.9.2.Final
</bundle>
<bundle>
mvn:com.hazelcast/hazelcast/3.3
</bundle>
<bundle>
mvn:
com.codahale.metrics/metrics-core/3.0.2
</bundle>
<bundle>
mvn:
io.dropwizard.metrics/metrics-core/3.1.0
</bundle>
<bundle>
mvn:com.eclipsesource.minimal-json/minimal-json/0.9.1
</bundle>
<bundle>
mvn:com.esotericsoftware.kryo/kryo/2.24.0
</bundle>
...
...
utils/misc/pom.xml
View file @
208221d
...
...
@@ -56,9 +56,9 @@
<artifactId>
objenesis
</artifactId>
</dependency>
<dependency>
<groupId>
com.codahale
.metrics
</groupId>
<groupId>
io.dropwizard
.metrics
</groupId>
<artifactId>
metrics-core
</artifactId>
<version>
3.
0.2
</version>
<version>
3.
1.0
</version>
</dependency>
</dependencies>
...
...
Please
register
or
login
to post a comment