jdom update, fix issue with some feeds (http://fw-ngd.de/aktuelles/rss.xml)

This commit is contained in:
Athou
2013-06-22 20:36:43 +02:00
parent f54e41897d
commit 6a0a937983

17
pom.xml
View File

@@ -233,11 +233,28 @@
<groupId>net.java.dev.rome</groupId>
<artifactId>rome</artifactId>
<version>1.0.0</version>
<exclusions>
<exclusion>
<groupId>jdom</groupId>
<artifactId>jdom</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.rometools</groupId>
<artifactId>rome-opml</artifactId>
<version>1.0</version>
<exclusions>
<exclusion>
<groupId>rome</groupId>
<artifactId>rome</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jdom</groupId>
<artifactId>jdom</artifactId>
<version>1.1.3</version>
</dependency>
<dependency>
<groupId>com.googlecode.juniversalchardet</groupId>