summaryrefslogtreecommitdiffstats
path: root/vespaclient-java/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Build classic fatjar for standalone useBjørn Christian Seime2023-01-241-0/+20
|
* Inline apache http client artifacts in container-apache-http-client-bundleBjørn Christian Seime2023-01-201-6/+4
| | | | | | 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.
* Don't embed JARs installed in lib/jarsBjørn Christian Seime2023-01-111-8/+8
| | | | | | 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.
* add exclusion, avoid embedding huge native librariesArne Juul2022-12-131-0/+6
|
* Move vespa-status-filedistribution to where the other clients are and use a ↵Henning Baldersheim2022-12-021-0/+12
| | | | common jar file.
* Add predicate-search-core as explicit dependency as some of its dependencies ↵Henning Baldersheim2022-11-291-0/+5
| | | | are explicitly excluded by container-dev
* Add vespajlib as explicit comile dependency, as container-dev does alot of ↵Henning Baldersheim2022-11-291-0/+5
| | | | excludes...
* And non-obvious dependency on container-dev due to ↵Henning Baldersheim2022-11-291-0/+16
| | | | com.yahoo.search.query.profile.DumpTool:wq.
* No need to bring in container dependencies in the feeder client.Henning Baldersheim2022-11-281-34/+6
|
* Cleanup after we no longer use commons-collectionsHenning Baldersheim2022-11-261-6/+0
|
* Convert vespaclient-java to junit5Bjørn Christian Seime2022-07-281-5/+11
|
* Remove temporary dependency on 'jetty-http' with test scopeBjørn Christian Seime2022-06-081-7/+0
|
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
|
* Don't provide Jetty bundles from 'container' artifactBjørn Christian Seime2022-06-081-0/+13
| | | | Add dependency on 'jetty-http' with scope test instead of adding false dependencies with 'container-test'.
* 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
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* Remove all dependencies to jdisc_http_servicegjoranv2021-03-231-5/+0
|
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Remove TODO comment that was leftover from previous refactoringBjørn Christian Seime2019-01-211-1/+0
|
* Fix warningBjørn Christian Seime2018-06-191-1/+1
|
* Use shade plugin instead of assembly.gjoranv2018-06-141-6/+15
| | | | NOTE: the fat jar will no longer be attached to the artifact.
* Add explicit dep on 'document' to get commons-collectionsgjoranv2018-02-071-0/+6
| | | | .. which is excluded from container-dev.
* Split parent + container-dependency-versions from root pom.gjoranv2017-12-011-0/+1
| | | | | | - 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-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-301-0/+1
| | | | | | - 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-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-291-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Add direct deps on jdisc_http_service and vespajlib.gjoranv2017-09-061-0/+11
| | | | | - commons-lang (2+3) are now excluded from container-dev, but are needed by vespajlib and jdisc_http_service respectively.
* Add direct dependency on predicate-search-coregjoranv2017-09-011-1/+6
| | | | | .. to force inclusion of antlr-runtime, which is now excluded from container-dev.
* 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
|
* Move vespaclient-java to Vespa open-sourceBjørn Christian Seime2017-06-061-0/+82