Strabon
changeset 292:809c08f7b984
exclude dependency on slf4j-jdk4.jar introduced by cxf-rt-transports-http-jetty. This fixes Bug #3.
author | Babis Nikolaou <charnik@di.uoa.gr> |
---|---|
date | Tue Jun 19 17:44:17 2012 +0300 (2012-06-19) |
parents | f68dd3a4aa8b |
children | 36acd78a9455 |
files | endpoint/pom.xml |
line diff
1.1 --- a/endpoint/pom.xml Tue Jun 19 17:19:11 2012 +0300 1.2 +++ b/endpoint/pom.xml Tue Jun 19 17:44:17 2012 +0300 1.3 @@ -100,6 +100,12 @@ 1.4 <dependency> 1.5 <groupId>org.apache.cxf</groupId> 1.6 <artifactId>cxf-rt-transports-http-jetty</artifactId> 1.7 + <exclusions> 1.8 + <exclusion> 1.9 + <artifactId>slf4j-jdk14</artifactId> 1.10 + <groupId>org.slf4j</groupId> 1.11 + </exclusion> 1.12 + </exclusions> 1.13 </dependency> 1.14 1.15 <dependency>