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> <artifactId>rome-fetcher</artifactId>
<exclusions> <exclusions>
<exclusion> <exclusion>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId> <artifactId>commons-httpclient</artifactId>
</exclusion> <groupId>commons-httpclient</groupId>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging-api</artifactId>
</exclusion>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion> </exclusion>
</exclusions> </exclusions>
</dependency> </dependency>