diff options
author | liamfallon <liam.fallon@est.tech> | 2019-11-01 11:24:26 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2019-11-01 14:27:04 +0000 |
commit | 18555714bf9d3204be552c8664f008ec31115479 (patch) | |
tree | ea85440d2113ff6f102a5fe8b1bd10bfca9cdd1f /models-interactions/model-impl/so | |
parent | 22794c055b1ae8a3c03b41ce144e153a97b3b3a4 (diff) |
Add common Jersey version
Add a common version of Jersey for all Policy Framework components.
Issue-ID: POLICY-2209
Change-Id: Ic1d2ea808bb41156f776d18b875e44de22fbf06b
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'models-interactions/model-impl/so')
-rw-r--r-- | models-interactions/model-impl/so/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/models-interactions/model-impl/so/pom.xml b/models-interactions/model-impl/so/pom.xml index 0fd528dbc..c2ca36d08 100644 --- a/models-interactions/model-impl/so/pom.xml +++ b/models-interactions/model-impl/so/pom.xml @@ -56,7 +56,6 @@ <dependency> <groupId>org.glassfish.jersey.containers</groupId> <artifactId>jersey-container-grizzly2-http</artifactId> - <version>2.25.1</version> <scope>test</scope> </dependency> </dependencies> |