aboutsummaryrefslogtreecommitdiffstats
path: root/client/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* Use default compiler arguments for java.Henning Baldersheim2024-04-051-6/+0
|
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Build with jdk20Jon Bratseth2023-04-171-0/+6
|
* Surely, escapeJava cannot be right--use JSON escaping insteadjonmv2022-10-211-5/+0
|
* Replace gson with jackson in client modulejonmv2022-10-211-3/+2
|
* Upgrade commons-text from 1.6 to 1.10 due to security vulnerability.Henning Baldersheim2022-10-131-1/+1
|
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
|
* 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.
* Remove dependency on GroovyBjørn Christian Seime2021-11-261-22/+2
|
* Upgrade gson to 2.8.9Harald Musum2021-11-191-1/+1
|
* Use a custom property for setting relase version for clients.gjoranv2021-11-151-6/+7
| | | | | | | | | - Always set release version via maven-compiler-plugin, instead of maven property which is overridden by compiler-plugin config. - Using a custom property with self-explanatory name makes comments redundant. - Remove explicit jdkToolchain config, as these modules no longer compile with jdk pre 9, due to the --release flag.
* JDK17: Depend on latest groovy and use latest gmavenplus-plugin.gjoranv2021-10-291-5/+3
|
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
|
* Add copyright headersJon Bratseth2021-03-181-0/+1
|
* Produce a fat jar for client module.Arnstein Ressem2020-02-061-0/+15
|
* Produce JDK 8 compatible object files for Vespa clients.Arnstein Ressem2020-01-101-0/+2
|
* dsl library for vespa search queriesyehzu2019-12-121-0/+66