aboutsummaryrefslogtreecommitdiffstats
path: root/pf4j/pom.xml
diff options
context:
space:
mode:
authorDecebal Suiu <decebal.suiu@gmail.com>2019-01-04 20:45:03 +0200
committerDecebal Suiu <decebal.suiu@gmail.com>2019-01-04 20:45:03 +0200
commit39219b3ba4a8bc7c13e6ede8d7157518e266bba1 (patch)
tree9404e5ec2bea8507701a99e7b946e2280afa4df8 /pf4j/pom.xml
parent7d9f6a012bee888333e11c1284e41ea472e1838a (diff)
downloadpf4j-39219b3ba4a8bc7c13e6ede8d7157518e266bba1.tar.gz
pf4j-39219b3ba4a8bc7c13e6ede8d7157518e266bba1.zip
Add property slf4j.version
Diffstat (limited to 'pf4j/pom.xml')
-rw-r--r--pf4j/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pf4j/pom.xml b/pf4j/pom.xml
index 2552aed..241d5ec 100644
--- a/pf4j/pom.xml
+++ b/pf4j/pom.xml
@@ -30,12 +30,12 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
- <version>1.7.25</version>
+ <version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
- <version>1.7.25</version>
+ <version>${slf4j.version}</version>
<scope>test</scope>
</dependency>
<dependency>