aboutsummaryrefslogtreecommitdiffstats
path: root/abi-check-plugin/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* Replace gson with jackson in abi-check pluginjonmv2022-10-211-3/+2
|
* Replace guava dependency with a couple of set operationsjonmv2022-10-211-5/+0
|
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
|
* Fix and clean up deps for maven plugins.gjoranv2022-04-221-0/+2
| | | | | | | | | | | | | - Set scope to provided to silence error messages from maven-plugin-plugin >=3.6.2 Example: Some dependencies of Maven Plugins are expected to be in provided scope. Please make sure that dependencies listed below declared in POM have set '<scope>provided</scope>' as well. The following dependencies are in wrong scope: * org.apache.maven:maven-settings:jar:3.8.5:compile
* Merge pull request #20140 from ↵Bjørn Christian Seime2021-12-141-1/+1
|\ | | | | | | | | vespa-engine/dependabot/maven/abi-check-plugin/com.google.guava-guava-29.0-jre Bump guava from 24.0-jre to 29.0-jre in /abi-check-plugin
| * Bump guava from 24.0-jre to 29.0-jre in /abi-check-plugindependabot[bot]2021-11-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [guava](https://github.com/google/guava) from 24.0-jre to 29.0-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* | Upgrade junit-jupiter to 5.8.1Bjørn Christian Seime2021-11-251-1/+0
|/
* Upgrade gson to 2.8.9Harald Musum2021-11-191-1/+1
|
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* JDK 11 updates.gjoranv2019-01-211-5/+19
| | | | | | | | - Use Opcodes.ASM7 - Inherit maven-plugin-api version from parent (currently 3.6.0) - Use enforcer-plugin instead of Maven 2 prerequisites - Require maven 3.5 as for the rest of Vespa - Inherit asm version from parent to stay updated
* Set version to 7-SNAPSHOT for new module.gjoranv2019-01-211-2/+2
|
* Use mockito-core instead of mockito-all.gjoranv2018-12-031-1/+1
| | | | | - mockito-all includes a very old version of hamcrest, and is no longer maintained.
* Inherit versions from parent.gjoranv2018-12-031-3/+0
| | | | - mockito can be upgraded on the parent in a later PR.
* Add clover plugin for coverage.Ilpo Ruotsalainen2018-11-301-0/+5
|
* Add missing mockito dependency.Ilpo Ruotsalainen2018-11-301-0/+6
|
* Remove unwanted dependencies and use JUnit5.Ilpo Ruotsalainen2018-11-291-10/+22
|
* Simplify; we ship no resources.Ilpo Ruotsalainen2018-11-291-6/+0
|
* Reindent.Ilpo Ruotsalainen2018-11-291-62/+62
|
* Initial implementation of ABI checker plugin.Ilpo Ruotsalainen2018-11-281-0/+67