diff options
author | liamfallon <liam.fallon@est.tech> | 2019-11-04 14:30:14 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2019-11-04 14:30:18 +0000 |
commit | c2dc5169d9cb7941939ba1fd65afcf14d515386b (patch) | |
tree | 0b2ed6377728b3a4b2e4201fd30b9f782a2093b2 /policy-endpoints/pom.xml | |
parent | 89b8fe5274faa8cba3030ee31fba9bf32de02dd0 (diff) |
Make jersey-hk2 dependency non-test
THis change will amke this dependency available to all components when
using policy-endopints.
Issue-ID: POLICY-2209
Change-Id: Ie3c6ca9d21327bdc54b5f14d64c41eed329941ad
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'policy-endpoints/pom.xml')
-rw-r--r-- | policy-endpoints/pom.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/policy-endpoints/pom.xml b/policy-endpoints/pom.xml index 334e152d..43e5a5ed 100644 --- a/policy-endpoints/pom.xml +++ b/policy-endpoints/pom.xml @@ -43,7 +43,6 @@ </properties> <dependencies> - <dependency> <groupId>org.onap.policy.common</groupId> <artifactId>capabilities</artifactId> @@ -197,7 +196,6 @@ <dependency> <groupId>org.glassfish.jersey.inject</groupId> <artifactId>jersey-hk2</artifactId> - <scope>test</scope> </dependency> <dependency> |