summaryrefslogtreecommitdiffstats
path: root/common/pom.xml
diff options
context:
space:
mode:
authorvempo <vitaliy.emporopulo@amdocs.com>2018-07-08 14:12:36 +0300
committerAvi Gaffa <avi.gaffa@amdocs.com>2018-07-09 05:45:55 +0000
commit5cd79e4b4a5dad5cbfab80148057076694d3365a (patch)
tree725730b7ea88a06e45bcf47feb1044d261707347 /common/pom.xml
parentfbb1e44c2e189569bffdc23504b643257808397d (diff)
Removed unused slf4j from configuration lib
Change-Id: I000f051f0e5fceafded7f06e8088e019cf1b730e Issue-ID: SDC-1478 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
Diffstat (limited to 'common/pom.xml')
-rw-r--r--common/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/pom.xml b/common/pom.xml
index 65a6c072d9..eea619f9b5 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -28,7 +28,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
- <version>1.7.10</version>
+ <version>${slf4j-api.version}</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>