Removed "cyclic dependency" to parent POM
Fixed module paths in rome.properties
This commit is contained in:
parent
c70578ff7c
commit
c19dd95fa4
2 changed files with 7 additions and 6 deletions
1
pom.xml
1
pom.xml
|
@ -64,6 +64,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.rometools</groupId>
|
<groupId>com.rometools</groupId>
|
||||||
<artifactId>rome</artifactId>
|
<artifactId>rome</artifactId>
|
||||||
|
<version>1.5.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>ch.qos.logback</groupId>
|
<groupId>ch.qos.logback</groupId>
|
||||||
|
|
|
@ -12,11 +12,11 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
WireFeedGenerator.classes=com.rometools.rome.io.impl.OPML10Generator \
|
WireFeedGenerator.classes=com.rometools.opml.io.impl.OPML10Generator \
|
||||||
com.rometools.rome.io.impl.OPML20Generator
|
com.rometools.opml.io.impl.OPML20Generator
|
||||||
|
|
||||||
WireFeedParser.classes=com.rometools.rome.io.impl.OPML10Parser \
|
WireFeedParser.classes=com.rometools.opml.io.impl.OPML10Parser \
|
||||||
com.rometools.rome.io.impl.OPML20Parser
|
com.rometools.opml.io.impl.OPML20Parser
|
||||||
|
|
||||||
Converter.classes=com.rometools.rome.feed.synd.impl.ConverterForOPML10 \
|
Converter.classes=com.rometools.opml.feed.synd.impl.ConverterForOPML10 \
|
||||||
com.rometools.rome.feed.synd.impl.ConverterForOPML20
|
com.rometools.opml.feed.synd.impl.ConverterForOPML20
|
||||||
|
|
Loading…
Reference in a new issue