</exclusion>
</exclusions>
</dependency>
-
- <!-- normally not needed but here for wadl feature currently in cxf -->
+ <!--
+ <dependency>
+ <groupId>org.codehaus.jackson</groupId>
+ <artifactId>jackson-jaxrs</artifactId>
+ </dependency>
+ -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-bundle-jaxrs</artifactId>
<jaxrs:server id="archivaServices" address="/archivaServices">
<jaxrs:providers>
+ <!--
+ <bean class="org.codehaus.jackson.jaxrs.JacksonJsonProvider"/>
+ -->
<ref bean="authenticationInterceptor#rest"/>
<ref bean="permissionInterceptor#rest"/>
<ref bean="archivaRestServiceExceptionMapper"/>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<surefire.redirectTestOutputToFile>true</surefire.redirectTestOutputToFile>
<lucene.version>3.0.3</lucene.version>
- <cxfVersion>2.5.1</cxfVersion>
+ <cxfVersion>2.5.2</cxfVersion>
<derbyVersion>10.8.2.2</derbyVersion>
<httpclient.version>4.1.3</httpclient.version>
<httpclient.core.version>4.1.4</httpclient.core.version>
<artifactId>jsr311-api</artifactId>
<version>1.1.1</version>
</dependency>
+ <dependency>
+ <groupId>org.codehaus.jackson</groupId>
+ <artifactId>jackson-jaxrs</artifactId>
+ <version>1.9.5</version>
+ </dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-bundle-jaxrs</artifactId>