Removed "cyclic dependency" to parent POM

Fixed module paths in rome.properties
This commit is contained in:
Patrick Gotthard 2014-05-30 16:44:54 +02:00
parent c70578ff7c
commit c19dd95fa4
2 changed files with 7 additions and 6 deletions

View file

@ -64,6 +64,7 @@
<dependency>
<groupId>com.rometools</groupId>
<artifactId>rome</artifactId>
<version>1.5.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>

View file

@ -12,11 +12,11 @@
#
WireFeedGenerator.classes=com.rometools.rome.io.impl.OPML10Generator \
com.rometools.rome.io.impl.OPML20Generator
WireFeedGenerator.classes=com.rometools.opml.io.impl.OPML10Generator \
com.rometools.opml.io.impl.OPML20Generator
WireFeedParser.classes=com.rometools.rome.io.impl.OPML10Parser \
com.rometools.rome.io.impl.OPML20Parser
WireFeedParser.classes=com.rometools.opml.io.impl.OPML10Parser \
com.rometools.opml.io.impl.OPML20Parser
Converter.classes=com.rometools.rome.feed.synd.impl.ConverterForOPML10 \
com.rometools.rome.feed.synd.impl.ConverterForOPML20
Converter.classes=com.rometools.opml.feed.synd.impl.ConverterForOPML10 \
com.rometools.opml.feed.synd.impl.ConverterForOPML20