aboutsummaryrefslogtreecommitdiffstats
path: root/demo
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 /demo
parent7d9f6a012bee888333e11c1284e41ea472e1838a (diff)
downloadpf4j-39219b3ba4a8bc7c13e6ede8d7157518e266bba1.tar.gz
pf4j-39219b3ba4a8bc7c13e6ede8d7157518e266bba1.zip
Add property slf4j.version
Diffstat (limited to 'demo')
-rw-r--r--demo/app/pom.xml5
1 files changed, 1 insertions, 4 deletions
diff --git a/demo/app/pom.xml b/demo/app/pom.xml
index 3abfa06..6e57787 100644
--- a/demo/app/pom.xml
+++ b/demo/app/pom.xml
@@ -15,7 +15,6 @@
<properties>
<main.class>org.pf4j.demo.Boot</main.class>
- <slf4j.version>1.7.5</slf4j.version>
</properties>
<build>
@@ -25,9 +24,7 @@
<version>2.3</version>
<configuration>
<descriptors>
- <descriptor>
- src/main/assembly/assembly.xml
- </descriptor>
+ <descriptor>src/main/assembly/assembly.xml</descriptor>
</descriptors>
<appendAssemblyId>false</appendAssemblyId>
</configuration>