diff options
-rw-r--r-- | ems/boco/pom.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ems/boco/pom.xml b/ems/boco/pom.xml index ac2adae..99ea16e 100644 --- a/ems/boco/pom.xml +++ b/ems/boco/pom.xml @@ -264,16 +264,6 @@ <artifactId>mockserver-netty</artifactId> <version>5.3.0</version> <scope>test</scope> - <exclusions> - <exclusion> - <groupId>ch.qos.logback</groupId> - <artifactId>logback-classic</artifactId> - </exclusion> - <exclusion> - <groupId>ch.qos.logback</groupId> - <artifactId>logback-core</artifactId> - </exclusion> - </exclusions> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> |