summaryrefslogtreecommitdiffstats
path: root/vespa-3party-jars
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-092-2/+2
|
* Inline apache http client artifacts in container-apache-http-client-bundleBjørn Christian Seime2023-01-201-0/+12
| | | | | | Allows container-apache-http-client-bundle to be used on classpath for classic fatjars. Since the bundle is now built with Felix's bundle plugin, there is no need to depend on jdisc_core or manually export through `@PublicApi` annotations.
* Add JNA in lib/jars + export as packages from jdisc_coreBjørn Christian Seime2023-01-201-0/+4
| | | | Jdisc-core will embed JNA. The JNA in lib/jars is used by fatjars only.
* Don't embed JARs installed in lib/jarsBjørn Christian Seime2023-01-114-0/+65
Define installed JARs in vespa-3party-jars. Add bundle-plugin goal wrapping maven-shade-plugin's DefaultShader that excludes installed JARs and lists them in manifest's Class-Path instead.