Removed unnecessary excludes
This commit is contained in:
parent
fbad9f22ee
commit
d100aca9bb
1 changed files with 1 additions and 9 deletions
10
pom.xml
10
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue