[feed] Added Channel for link to feed item; Updated rome library to version 1.15 (#8893)

* Added Channel for link to latest feed; update rome deoendency to version 1.15
* Removed unsed interface
* Run spotless

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
This commit is contained in:
Christoph Weitkamp
2020-10-30 20:27:09 +01:00
committed by GitHub
parent 9a5832a2ee
commit 1e89b792a0
8 changed files with 43 additions and 41 deletions

View File

@@ -16,13 +16,15 @@
<properties>
<bnd.importpackage>org.jaxen.*;resolution:=optional</bnd.importpackage>
<rome.version>1.15.0</rome.version>
</properties>
<dependencies>
<dependency>
<groupId>com.rometools</groupId>
<artifactId>rome</artifactId>
<version>1.12.0</version>
<version>${rome.version}</version>
<scope>compile</scope>
<exclusions>
<exclusion>
@@ -34,7 +36,7 @@
<dependency>
<groupId>com.rometools</groupId>
<artifactId>rome-utils</artifactId>
<version>1.12.0</version>
<version>${rome.version}</version>
<scope>compile</scope>
</dependency>
<dependency>