Removed unnecessary excludes

This commit is contained in:
Patrick Gotthard 2014-04-12 14:19:00 +02:00
parent fbad9f22ee
commit d100aca9bb

10
pom.xml
View file

@ -63,16 +63,8 @@
<artifactId>rome-fetcher</artifactId>
<exclusions>
<exclusion>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
</exclusion>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging-api</artifactId>
</exclusion>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<groupId>commons-httpclient</groupId>
</exclusion>
</exclusions>
</dependency>