aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMartin Stockhammer <martin_s@apache.org>2019-10-07 22:20:20 +0200
committerMartin Stockhammer <martin_s@apache.org>2019-10-07 22:20:20 +0200
commit7e5e437bb57d1890242945f22a60713515f85057 (patch)
treed77e6f073f98b455562fab1d68f758ea5a645d80 /pom.xml
parent11fa0a513a6b22dc6e472a35120023806ff48c9a (diff)
downloadarchiva-7e5e437bb57d1890242945f22a60713515f85057.tar.gz
archiva-7e5e437bb57d1890242945f22a60713515f85057.zip
Using variables for dependency versions
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 7a6c332d5..29a372946 100644
--- a/pom.xml
+++ b/pom.xml
@@ -702,7 +702,7 @@
<dependency>
<groupId>commons-configuration</groupId>
<artifactId>commons-configuration</artifactId>
- <version>1.10</version>
+ <version>${commons.configuration.version}</version>
<exclusions>
<exclusion>
<groupId>commons-beanutils</groupId>
@@ -1683,25 +1683,25 @@
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
- <version>1.5.2</version>
+ <version>${junit.platform.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-console-standalone</artifactId>
- <version>1.5.2</version>
+ <version>${junit.platform.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
- <version>5.5.2</version>
+ <version>${junit.jupiter.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
- <version>5.5.2</version>
+ <version>${junit.jupiter.version}</version>
<scope>test</scope>
</dependency>