diff options
author | liamfallon <liam.fallon@est.tech> | 2019-11-01 11:21:54 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2019-11-01 11:43:12 +0000 |
commit | 89b8fe5274faa8cba3030ee31fba9bf32de02dd0 (patch) | |
tree | 07e64a9d8ca8d1b81eee5c892f706675986bbe5d /pom.xml | |
parent | afc7fa55500109a25772681882ad12c22c794a2b (diff) |
Add common Jersey version
Add a common version of Jersey for all Policy Framework components.
Issue-ID: POLICY-2209
Change-Id: I8554a97e9f13887418118966bfe1043b65d9a179
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,6 +3,7 @@ ONAP policy ================================================================================ Copyright (C) 2017-2019 AT&T Intellectual Property. 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. @@ -24,7 +25,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>3.0.1</version> + <version>3.1.0-SNAPSHOT</version> <relativePath /> </parent> @@ -59,7 +60,6 @@ <!-- Project common dependency versions --> <commons-lang3.version>3.4</commons-lang3.version> - <jersey.version>2.25.1</jersey.version> </properties> <modules> |