diff options
Diffstat (limited to 'champ-lib/champ-core/pom.xml')
-rw-r--r-- | champ-lib/champ-core/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/champ-lib/champ-core/pom.xml b/champ-lib/champ-core/pom.xml index 38318b0..c64b0df 100644 --- a/champ-lib/champ-core/pom.xml +++ b/champ-lib/champ-core/pom.xml @@ -118,6 +118,10 @@ limitations under the License. <groupId>commons-httpclient</groupId> <artifactId>commons-compress</artifactId> </exclusion> + <exclusion> + <groupId>commons-httpclient</groupId> + <artifactId>commons-httpclient</artifactId> + </exclusion> </exclusions> </dependency> |