diff options
author | ambrishest <ambrish.singh@est.tech> | 2023-07-04 11:13:42 +0100 |
---|---|---|
committer | ambrishest <ambrish.singh@est.tech> | 2023-07-04 11:13:42 +0100 |
commit | ec48f44085307bfdaf71190efa0a36897c51cb7a (patch) | |
tree | 08dc5c0ba1752c3e6c5cb9d30b2cbdfedc35a8b2 /a1-policy-management/pom.xml | |
parent | 9460f99cb82833a8acc19d870c94927e76e716aa (diff) |
Removing Unnecessary Maven Dependencies
Issue-ID: CCSDK-3919
Change-Id: I58a94dbf660f867998d1208a5fdcb2872c1b5db2
Signed-off-by: ambrishest <ambrish.singh@est.tech>
Diffstat (limited to 'a1-policy-management/pom.xml')
-rw-r--r-- | a1-policy-management/pom.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/a1-policy-management/pom.xml b/a1-policy-management/pom.xml index 338477b6..8cac379a 100644 --- a/a1-policy-management/pom.xml +++ b/a1-policy-management/pom.xml @@ -213,16 +213,6 @@ <artifactId>everit-json-schema</artifactId> <version>1.14.0</version> </dependency> - <dependency> - <groupId>org.codehaus.httpcache4j.uribuilder</groupId> - <artifactId>uribuilder</artifactId> - <version>2.0.0</version> - </dependency> - <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpclient</artifactId> - <version>4.5.13</version> - </dependency> </dependencies> <build> <plugins> |