Fixing build when using maven 3.6.3 (#5366)
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
parent
8b1fcf0b58
commit
6b9ae705a9
12
pom.xml
12
pom.xml
|
@ -33,7 +33,7 @@
|
|||
<jmhjar.name>benchmarks</jmhjar.name>
|
||||
<tycho-version>1.4.0</tycho-version>
|
||||
<junit.version>5.7.0</junit.version>
|
||||
<maven.version>3.6.0</maven.version>
|
||||
<maven.version>3.6.3</maven.version>
|
||||
<maven.resolver.version>1.3.1</maven.resolver.version>
|
||||
<javax.servlet.api.version>3.1.0</javax.servlet.api.version>
|
||||
<weld.version>3.1.3.Final</weld.version>
|
||||
|
@ -1042,6 +1042,16 @@
|
|||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<!-- maven deps -->
|
||||
<dependency>
|
||||
<groupId>org.codehaus.plexus</groupId>
|
||||
<artifactId>plexus-component-annotations</artifactId>
|
||||
<version>2.1.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.plexus</groupId>
|
||||
<artifactId>plexus-utils</artifactId>
|
||||
<version>3.3.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-plugin-api</artifactId>
|
||||
|
|
Loading…
Reference in New Issue