summaryrefslogtreecommitdiffstats
path: root/abi-check-plugin
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-12-03 15:07:21 +0100
committergjoranv <gv@oath.com>2018-12-03 15:24:49 +0100
commit6fa7e23af39099572c05876ecfef1fbffe4e4373 (patch)
treee66950f17b91bf862e0d49f363075b6fc28e376d /abi-check-plugin
parent97cf964467aa3879efe1393ad4f49cffe60b3bf7 (diff)
Inherit versions from parent.
- mockito can be upgraded on the parent in a later PR.
Diffstat (limited to 'abi-check-plugin')
-rw-r--r--abi-check-plugin/pom.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/abi-check-plugin/pom.xml b/abi-check-plugin/pom.xml
index db7149ccdb2..0093f80f2ef 100644
--- a/abi-check-plugin/pom.xml
+++ b/abi-check-plugin/pom.xml
@@ -26,7 +26,6 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
- <version>3.5.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
@@ -57,13 +56,11 @@
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
- <version>1.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
- <version>1.10.19</version>
<scope>test</scope>
</dependency>
</dependencies>