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>
|
||||
<groupId>com.rometools</groupId>
|
||||
<artifactId>rome</artifactId>
|
||||
<version>1.5.0-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>ch.qos.logback</groupId>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue