diff options
Diffstat (limited to 'common/pom.xml')
-rw-r--r-- | common/pom.xml | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/common/pom.xml b/common/pom.xml index 8a5f5a2e37..0f1070309a 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -133,22 +133,11 @@ <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-ext</artifactId> - <version>1.7.25</version> - </dependency> - <dependency> - <groupId>ch.qos.logback</groupId> - <artifactId>logback-classic</artifactId> - <version>1.2.3</version> - </dependency> - <dependency> - <groupId>ch.qos.logback</groupId> - <artifactId>logback-core</artifactId> - <version>1.2.3</version> </dependency> + <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> - </dependency> <dependency> <groupId>janino</groupId> |