Repository: roller Updated Branches: refs/heads/bootstrap-ui 312f0f727 -> 859ff26d7
Fix merge issue that omitted ROME fetcher Project: http://git-wip-us.apache.org/repos/asf/roller/repo Commit: http://git-wip-us.apache.org/repos/asf/roller/commit/859ff26d Tree: http://git-wip-us.apache.org/repos/asf/roller/tree/859ff26d Diff: http://git-wip-us.apache.org/repos/asf/roller/diff/859ff26d Branch: refs/heads/bootstrap-ui Commit: 859ff26d779cac8fcf50306723d0cea8056cb265 Parents: 312f0f7 Author: Dave Johnson <[email protected]> Authored: Sun Oct 22 09:17:57 2017 -0400 Committer: Dave Johnson <[email protected]> Committed: Sun Oct 22 09:17:57 2017 -0400 ---------------------------------------------------------------------- app/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/roller/blob/859ff26d/app/pom.xml ---------------------------------------------------------------------- diff --git a/app/pom.xml b/app/pom.xml index b843e11..bac2f4e 100644 --- a/app/pom.xml +++ b/app/pom.xml @@ -370,6 +370,13 @@ limitations under the License. <dependency> <groupId>com.rometools</groupId> + <artifactId>rome-fetcher</artifactId> + <version>${rome.version}</version> + <scope>compile</scope> + </dependency> + + <dependency> + <groupId>com.rometools</groupId> <artifactId>rome-propono</artifactId> <version>${rome.version}</version> <scope>compile</scope>
