aboutsummaryrefslogtreecommitdiffstats
path: root/abi-check-plugin/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* 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