Remove multiple declaration of jboss-logging dependency from testsuit/tomcat6/pom.xml

This commit is contained in:
Lukas Kubik 2015-08-10 15:16:28 +02:00
parent 03d3f4229e
commit ac71bbd4b5

View file

@ -104,10 +104,6 @@
<groupId>org.keycloak</groupId> <groupId>org.keycloak</groupId>
<artifactId>keycloak-tomcat6-adapter</artifactId> <artifactId>keycloak-tomcat6-adapter</artifactId>
</dependency> </dependency>
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
</dependency>
<dependency> <dependency>
<groupId>io.undertow</groupId> <groupId>io.undertow</groupId>
<artifactId>undertow-servlet</artifactId> <artifactId>undertow-servlet</artifactId>