aboutsummaryrefslogtreecommitdiffstats
path: root/filedistribution/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* Do not create dependency-reduced-pom.xmlgjoranv2022-04-081-0/+1
| | | | | | - From maven-shade-plugin 3.3.0 (needed for JDK 17), the DRP is installed and used instead of the ordinary pom.xml, causing transitive dependencies to disappear for dependent modules.
* Improve maven-shade-plugin filter, and move to parent pom.gjoranv2022-02-031-11/+0
| | | | - Removes 223 build warnings (out of 562 for building non-test code)
* Revert "Exclude META-INF files and module-info.class from uber jars."Harald Musum2022-02-021-2/+4
|
* Exclude META-INF files and module-info.class from uber jars.gjoranv2022-02-021-4/+2
| | | | - Generate countless warnings for duplicates and breaking encapsulation.
* unify java warningsArne H Juul2022-01-061-7/+0
| | | | | * these were stricter than in parent, but to simplify we can just use compiler args from parent
* Depend on http-utilsHarald Musum2021-10-221-0/+6
|
* Avoid slf4j configuration issue, use slf4j-nopHarald Musum2021-10-131-0/+6
|
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* Rewrite to use new apache http clientHarald Musum2021-10-061-0/+5
|
* Depend on http client with compile scope, used in standalone scriptHarald Musum2021-10-061-1/+1
|
* Use provided apache http client bundle from containerBjørn Christian Seime2021-07-061-4/+6
|
* Revert "Use provided apache http client bundle from container [run-systemtest]"Harald Musum2021-07-051-6/+4
|
* Use provided apache http client bundle from containerBjørn Christian Seime2021-07-051-4/+6
|
* Revert "Reapply "Use provided apache http client bundle from container""Bjørn Christian Seime2021-06-231-6/+4
|
* Reapply "Use provided apache http client bundle from container"Bjørn Christian Seime2021-06-231-4/+6
|
* Revert "Reapply "Use provided apache http client bundle from container" ↵Harald Musum2021-06-221-6/+4
| | | | [run-systemtest]""
* Revert "Revert "Reapply "Use provided apache http client bundle from ↵Harald Musum2021-06-221-4/+6
| | | | container" [run-systemtest]""
* Revert "Reapply "Use provided apache http client bundle from container" ↵Harald Musum2021-06-221-6/+4
| | | | [run-systemtest]"
* Reapply "Use provided apache http client bundle from container"Bjørn Christian Seime2021-06-221-4/+6
| | | | This reverts commit 89c9ae74e5aa065981ea55fe326369df64219c6b.
* Revert "Use provided apache http client bundle from container"Bjørn Christian Seime2021-06-221-6/+4
| | | | This reverts commit a181d8d9de3f4e73daab9ee0d62fd25f094fce2f.
* Use provided apache http client bundle from containerBjørn Christian Seime2021-06-171-4/+6
|
* Remove unnecessary dependencies to vespalog.gjoranv2020-04-271-5/+0
|
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Use maven-shade-plugin to assemble fat jarBjørn Christian Seime2018-10-191-6/+15
| | | | | A bug in maven-assemble-plugin makes it very slow to assemble jar containing BouncyCastle
* Add client for file distribution APIHarald Musum2018-01-181-0/+40
|
* Handle that a file reference is a directory with many filesHarald Musum2017-12-071-0/+4
| | | | Compress on the fly if asked for such a file reference
* Split parent + container-dependency-versions from root pom.gjoranv2017-12-011-1/+2
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent2"gjoranv2017-11-301-2/+1
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-301-1/+2
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent"gjoranv2017-11-291-2/+1
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-291-1/+2
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Remove duplicate dependencyHarald Musum2017-11-241-5/+0
|
* Add support for downloading from another config serverHarald Musum2017-11-231-10/+31
| | | | | | | 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.
* Move fildistribution code to filedistribution moduleHarald Musum2017-11-171-1/+37
|
* Revert "Revert "Revert "Hmusum/move new filedistribution classes"""Harald Musum2017-11-161-37/+1
|
* Revert "Revert "Hmusum/move new filedistribution classes""Harald Musum2017-11-161-1/+37
|
* Revert "Hmusum/move new filedistribution classes"Harald Musum2017-11-161-37/+1
|
* FixHarald Musum2017-11-151-1/+1
|
* Use project version for vespa dependenciesHarald Musum2017-11-151-6/+6
|
* Move classes to filedistribution moduleHarald Musum2017-11-151-1/+37
|
* Revert "Revert "Move filedistribution config definitions to ↵Harald Musum2017-11-141-30/+0
| | | | configdefinitions module""
* Revert "Move filedistribution config definitions to configdefinitions module"Harald Musum2017-11-141-0/+30
|
* Move filedistribution config definitions to configdefinitions moduleHarald Musum2017-11-141-30/+0
| | | | To ease transition to new filedsitribution code
* Revert "Move file distribution stuff to filedistribution module"Harald Musum2017-11-091-59/+0
|
* Move file distribution stuff to filedistribution moduleHarald Musum2017-11-091-0/+59
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
|
* Copyright headerJon Bratseth2017-06-131-1/+1
|