From 3e965184d634dfb6471fdb06ff73df4e044bd0a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Bl=C3=A4sing?= Date: Fri, 1 Jun 2018 18:01:01 +0200 Subject: [PATCH] Fix failing build, caused by missing dependency The dependency org.jenkins-ci annotation-indexer 1.4 is present on maven central, but the pom refers to org.jenkins-ci jenkins 1.26 as the parent. This causes the build to fail, as maven fails to resolve all dependencies. --- annotation/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/annotation/pom.xml b/annotation/pom.xml index 1b8b3fd..7523d16 100644 --- a/annotation/pom.xml +++ b/annotation/pom.xml @@ -16,4 +16,11 @@ 1.4 + + + + Jenkins-CI + http://repo.jenkins-ci.org/releases/ + +