aboutsummaryrefslogtreecommitdiffstats
path: root/client/client-monitoring/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'client/client-monitoring/pom.xml')
-rw-r--r--client/client-monitoring/pom.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/client/client-monitoring/pom.xml b/client/client-monitoring/pom.xml
index 5fd0676df..5ae5412b3 100644
--- a/client/client-monitoring/pom.xml
+++ b/client/client-monitoring/pom.xml
@@ -1,6 +1,7 @@
<!--
============LICENSE_START=======================================================
Copyright (C) 2018 Ericsson. All rights reserved.
+ Modifications Copyright (C) 2019 Nordix Foundation.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -39,17 +40,14 @@
<dependency>
<groupId>org.glassfish.jersey.containers</groupId>
<artifactId>jersey-container-grizzly2-http</artifactId>
- <version>${version.jersey}</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.containers</groupId>
<artifactId>jersey-container-servlet-core</artifactId>
- <version>${version.jersey}</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.inject</groupId>
<artifactId>jersey-hk2</artifactId>
- <version>${version.jersey}</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>