diff options
author | 2017-08-23 19:35:20 +0000 | |
---|---|---|
committer | 2017-08-23 19:35:20 +0000 | |
commit | 7ea81288603904f0cb6f57936da44d6a3dd521a6 (patch) | |
tree | 192c5dc897ced8996e864644b4d6f46e4d55081a /PolicyEngineClient/pom.xml | |
parent | 3144162991b83e3c4f3d1a240a65d8497042c718 (diff) | |
parent | 80f072f60509ef3a35369a60857fe05f6c2a993a (diff) |
Merge "Fixes for sonar critical issues"
Diffstat (limited to 'PolicyEngineClient/pom.xml')
-rw-r--r-- | PolicyEngineClient/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/PolicyEngineClient/pom.xml b/PolicyEngineClient/pom.xml index 04be78565..8e0e5f4ec 100644 --- a/PolicyEngineClient/pom.xml +++ b/PolicyEngineClient/pom.xml @@ -40,9 +40,9 @@ <version>1.1</version> </dependency> <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpclient</artifactId> - <version>4.5</version> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpclient</artifactId> + <version>4.5</version> </dependency> </dependencies> <build> |