Merge pull request #476 from WilliamCollishaw/maven-plugin-upgrades

Maven plugin upgrades
This commit is contained in:
Tyler Bochard
2019-06-01 22:06:13 -04:00
committed by GitHub
13 changed files with 163 additions and 87 deletions

View File

@@ -35,6 +35,10 @@
<artifactId>mixins</artifactId>
<name>RuneLite Mixins</name>
<properties>
<javax.inject.version>1</javax.inject.version>
</properties>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
@@ -55,21 +59,17 @@
<dependency>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
<version>1</version>
<version>${javax.inject.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.10.19</version>
<scope>test</scope>
</dependency>
</dependencies>