From cfff32259576ba377757922b2f11e05340c4bf04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=CC=88rg=20Prante?= Date: Wed, 2 Nov 2016 22:14:50 +0100 Subject: [PATCH] Travis needs repositories --- README.adoc | 2 +- build.gradle | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 6ef599e..32ca80a 100644 --- a/README.adoc +++ b/README.adoc @@ -1,6 +1,6 @@ # xbib Content -image:https://api.travis-ci.org/xbib/content.svg[title="Build status", link="https://travis-ci.org/xbib/content/build"] +image:https://api.travis-ci.org/xbib/content.svg[title="Build status", link="https://travis-ci.org/xbib/content/"] image:https://img.shields.io/sonar/http/nemo.sonarqube.com/org.xbib%3Acontent/coverage.svg?style=flat-square[title="Coverage", link="https://sonarqube.com/dashboard/index?id=org.xbib%3Acontent"] image:https://maven-badges.herokuapp.com/maven-central/org.xbib/content/badge.svg[title="Maven Central", link="http://search.maven.org/#search%7Cga%7C1%7Cxbib%20content"] image:https://img.shields.io/badge/License-Apache%202.0-blue.svg[title="Apache License 2.0", link="https://opensource.org/licenses/Apache-2.0"] diff --git a/build.gradle b/build.gradle index a65c00c..4c8f67a 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,6 @@ plugins { } - ext { versions = [ 'jackson' : '2.8.4' @@ -25,6 +24,10 @@ allprojects { apply plugin: 'checkstyle' apply plugin: "jacoco" + repositories { + mavenCentral() + } + configurations { wagon }