diff options
author | liamfallon <liam.fallon@est.tech> | 2023-02-17 19:12:26 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2023-02-20 19:05:27 +0000 |
commit | 9cd5f32432c1f4d16abd0eb6c2ae9f495156f4b9 (patch) | |
tree | 806a71280f72fd8ca765be9ffdbb6d121ee4eb3d /policy-endpoints/pom.xml | |
parent | ccdc1b0814aa5609ade406a791128eb89bbc76e0 (diff) |
Clean up dependencies for London Release
Issue-ID: POLICY-4482
Change-Id: Ibc0833313bf8eb5330c414ff00a31313500959e6
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'policy-endpoints/pom.xml')
-rw-r--r-- | policy-endpoints/pom.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/policy-endpoints/pom.xml b/policy-endpoints/pom.xml index b39943d4..6f70754d 100644 --- a/policy-endpoints/pom.xml +++ b/policy-endpoints/pom.xml @@ -39,8 +39,6 @@ <properties> <cambria.version>1.2.1-oss</cambria.version> - <http.client.version>4.5.5</http.client.version> - <http.core.version>4.4.4</http.core.version> </properties> <dependencies> @@ -187,7 +185,6 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-collections4</artifactId> - <version>4.4</version> </dependency> <dependency> |