diff options
-rw-r--r-- | CdtProxyService/pom.xml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/CdtProxyService/pom.xml b/CdtProxyService/pom.xml index 3ae6c24..0e62cf9 100644 --- a/CdtProxyService/pom.xml +++ b/CdtProxyService/pom.xml @@ -115,7 +115,18 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> - <version>4.5.3</version> + <version>4.5.10</version> + <exclusions> + <exclusion> + <groupId>commons-codec</groupId> + <artifactId>commons-codec</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>commons-codec</groupId> + <artifactId>commons-codec</artifactId> + <version>1.13</version> </dependency> </dependencies> <build> |