mirror of
https://github.com/jlengrand/quarkus.git
synced 2026-03-10 08:41:22 +00:00
Add a property for Arquillian version
This commit is contained in:
@@ -36,6 +36,9 @@
|
||||
<!-- Dev tools -->
|
||||
<freemarker.version>2.3.28</freemarker.version>
|
||||
|
||||
<!-- Arquillian BOM -->
|
||||
<arquillian.version>1.4.1.Final</arquillian.version>
|
||||
|
||||
<!-- Enable APT by default for Eclipse -->
|
||||
<m2e.apt.activation>jdt_apt</m2e.apt.activation>
|
||||
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
<dependency>
|
||||
<groupId>org.jboss.arquillian</groupId>
|
||||
<artifactId>arquillian-bom</artifactId>
|
||||
<version>1.4.1.Final</version>
|
||||
<version>${arquillian.version}</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
<dependency>
|
||||
<groupId>org.jboss.arquillian</groupId>
|
||||
<artifactId>arquillian-bom</artifactId>
|
||||
<version>1.4.1.Final</version>
|
||||
<version>${arquillian.version}</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
|
||||
Reference in New Issue
Block a user