aboutsummaryrefslogtreecommitdiffstats
path: root/parent
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade junit-jupiter to 5.8.1Bjørn Christian Seime2021-11-251-1/+6
|
* Merge pull request #20142 from vespa-engine/hmusum/use-zookeeper-client-3.7.0Harald Musum2021-11-231-1/+1
|\ | | | | Upgrade to ZooKeeper client 3.7.0 [run-systemtest]
| * Upgrade to ZooKeeper client 3.7.0Harald Musum2021-11-221-1/+1
| |
* | Revert "antlr4 4.5 -> 4.9.3"Henning Baldersheim2021-11-221-1/+1
|/
* Upgrade gson to 2.8.9Harald Musum2021-11-191-0/+1
|
* antlr4 4.5 -> 4.9.3Henning Baldersheim2021-11-181-1/+1
|
* Use a custom property for setting relase version for clients.gjoranv2021-11-151-0/+1
| | | | | | | | | - 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.
* Use --release javac option instead of source+targetgjoranv2021-11-101-2/+1
| | | | | | - Ensures compiling against the correct version of Java library. - Must still use source+target for modules that need to be built for JDK 8 (release was introduced in 9).
* Actually use the new mockito version (forgotten previously)gjoranv2021-11-041-1/+1
|
* Upgrade httpclient5 and add version management for httpcore5gjoranv2021-11-041-1/+6
|
* Downgrade airline, versions above 0.7 require guava 21 or later.gjoranv2021-11-011-1/+1
|
* JDK 17: Upgrade airlift deps to latest.gjoranv2021-11-011-2/+2
|
* Use version properites for airlift deps, and group them.gjoranv2021-11-011-6/+8
| | | | - A version property includes them in the deps report.
* Upgrade surefire to 2.22.2gjoranv2021-10-281-1/+1
|
* Use latest version of jnagjoranv2021-10-281-1/+1
|
* Fix sorting and add group for athenz deps. No functional changes.gjoranv2021-10-281-2/+5
|
* Upgrade mockito to 4.0gjoranv2021-10-281-0/+1
|
* Add a note about updating versions for maven-dep-plugin in tenant base poms.gjoranv2021-10-281-1/+1
|
* Use latest 2.x for maven-deploy-plugin.gjoranv2021-10-271-1/+1
| | | | Factory fails with 3.0.0-M1
* Upgrade all native maven plugins to their latest versions.gjoranv2021-10-271-10/+10
|
* Revert "Upgrade maven plugins [run-systemtest]"Andreas Eriksen2021-10-271-12/+11
|
* Add version property for mockito to include it in the deps reports.gjoranv2021-10-271-1/+2
|
* Upgrade all native maven plugins to their latest versions.gjoranv2021-10-271-10/+10
|
* Upgrade maven-dependency-plugin to 3.2.0gjoranv2021-10-271-1/+1
|
* Remove invalid TODO. The maven-bundle-plugin had a regression on a certain ↵gjoranv2021-10-261-1/+0
| | | | version.
* Upgrade asm to 9.2gjoranv2021-10-261-1/+1
|
* Add missing dependency management for asm artifacts.gjoranv2021-10-261-0/+20
|
* Upgrade maven-bundle-plugin to 5.1.2gjoranv2021-10-261-1/+1
|
* Merge pull request #18118 from ↵Henning Baldersheim2021-10-251-1/+1
|\ | | | | | | | | vespa-engine/dependabot/maven/parent/org.apache.httpcomponents-httpclient-4.5.13 Bump httpclient from 4.5.12 to 4.5.13 in /parent
| * Bump httpclient from 4.5.12 to 4.5.13 in /parentdependabot[bot]2021-06-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | Bumps httpclient from 4.5.12 to 4.5.13. --- updated-dependencies: - dependency-name: org.apache.httpcomponents:httpclient dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* | Revert "Upgrade asm and bundle plugin"Arnstein Ressem2021-10-251-2/+2
| |
* | Upgrade maven-bundle-plugin to 5.1.2gjoranv2021-10-221-1/+1
| |
* | Upgrade asm to 9.2gjoranv2021-10-221-1/+1
| |
* | Upgrade from velocity:1.7 to velocity-engine-core:2.3gjoranv2021-10-191-2/+2
| |
* | Revert "Upgrade from velocity:1.7 to velocity-engine-core:2.3"Harald Musum2021-10-191-2/+2
| |
* | Upgrade from velocity:1.7 to velocity-engine-core:2.3gjoranv2021-10-181-2/+2
| |
* | Upgrade to Curator 5.2.0Harald Musum2021-10-141-2/+2
| |
* | Update 2017 copyright notices.gjoranv2021-10-071-1/+1
| |
* | Remove Java dependencies to tensorflowLester Solbakken2021-10-041-11/+0
| |
* | Merge pull request #19323 from vespa-engine/aressem/publish-on-mcMorten Tokle2021-09-281-3/+27
|\ \ | | | | | | Make it possible to deploy on Maven Central with maven.
| * | Make it possible to deploy on Maven Central with maven.Arnstein Ressem2021-09-281-3/+27
| | |
* | | Remove version management for jakarta artifacts.gjoranv2021-09-221-12/+0
|/ / | | | | | | | | | | - They should be excluded everywhere in Vespa, because 1. jakarta.activation overlaps with javax.activation 2. jakarta.xml.bind conflicts with javax.xml.bind:jaxb-api
* | Bump commons-compress from 1.19 to 1.21 in /parentdependabot[bot]2021-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | Bumps commons-compress from 1.19 to 1.21. --- updated-dependencies: - dependency-name: org.apache.commons:commons-compress dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* | Depend on commons-codec explicitlyBjørn Christian Seime2021-07-061-0/+1
| | | | | | | | | | Java-jwt includes java-jwt as runtime dependency. Add explicit dependency to override scope to compile.
* | Skip ip address lookup when running unit tests.gjoranv2021-06-281-0/+1
| |
* | Remove unused artifact from parentBjørn Christian Seime2021-06-171-5/+0
| |
* | Use same verison as other http client artifactsBjørn Christian Seime2021-06-171-1/+1
| |
* | Upgrade Java ONNX Runtime to 1.8Lester Solbakken2021-06-081-1/+1
|/
* Upgrade httpclient5 to 5.1Bjørn Christian Seime2021-05-251-1/+1
|
* Revert "Bjorncs/upgrade httpclient5"Bjørn Christian Seime2021-05-251-1/+1
|