diff options
author | liamfallon <liam.fallon@est.tech> | 2019-11-01 11:47:21 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2019-11-01 15:08:41 +0000 |
commit | 4171256446af0144c56b4f6016c7b9f748b9061d (patch) | |
tree | 69e1e0e15a3b716a56821a21b2a5b29ac84ba3a9 /client/client-deployment/pom.xml | |
parent | 82da1e9fa73e6a19455ea979bbf084aeed43af90 (diff) |
Add common Jersey version
Add a common version of Jersey for all Policy Framework components.
Issue-ID: POLICY-2209
Change-Id: I6282bc9938cbb63ddf3bf85e488f7b6be0dbdfc3
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'client/client-deployment/pom.xml')
-rw-r--r-- | client/client-deployment/pom.xml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/client/client-deployment/pom.xml b/client/client-deployment/pom.xml index b577e3913..cd139e181 100644 --- a/client/client-deployment/pom.xml +++ b/client/client-deployment/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,22 +40,18 @@ <dependency> <groupId>org.glassfish.jersey.containers</groupId> <artifactId>jersey-container-grizzly2-http</artifactId> - <version>${version.jersey}</version> </dependency> <dependency> <groupId>org.glassfish.jersey.media</groupId> <artifactId>jersey-media-multipart</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> |