From eef3f7c477de9033584da18f830694211f1c180f Mon Sep 17 00:00:00 2001 From: Harald Musum Date: Thu, 23 Nov 2017 08:45:52 +0100 Subject: Add support for downloading from another config server If a request for a file reference cannot be fulfilled, ask another config server for the file. Handle connection errors when downloading files. Fixed bundle issues. --- filedistribution/pom.xml | 41 +++++++++++++++++++++++++++++++---------- 1 file changed, 31 insertions(+), 10 deletions(-) (limited to 'filedistribution/pom.xml') diff --git a/filedistribution/pom.xml b/filedistribution/pom.xml index 288b641134f..41622792e43 100644 --- a/filedistribution/pom.xml +++ b/filedistribution/pom.xml @@ -3,7 +3,19 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - 4.0.0 + 4.0.0 + + + com.yahoo.vespa + parent + 6-SNAPSHOT + + + filedistribution + 6-SNAPSHOT + container-plugin + ${project.artifactId} + com.yahoo.vespa @@ -29,6 +41,13 @@ com.yahoo.vespa config ${project.version} + provided + + + com.yahoo.vespa + config-lib + ${project.version} + provided com.google.guava @@ -40,13 +59,15 @@ test - - com.yahoo.vespa - parent - 6-SNAPSHOT - - filedistribution - 6-SNAPSHOT - jar - ${project.artifactId} + + + + + com.yahoo.vespa + bundle-plugin + true + + + + -- cgit v1.2.3