Author: dkulp
Date: Mon Jan 16 20:03:53 2012
New Revision: 1232134
URL: http://svn.apache.org/viewvc?rev=1232134&view=rev
Log:
fix build failure
Modified:
cxf/trunk/rt/management-web/pom.xml
Modified: cxf/trunk/rt/management-web/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/rt/management-web/pom.xml?rev=1232134&r1=1232133&r2=1232134&view=diff
==============================================================================
--- cxf/trunk/rt/management-web/pom.xml (original)
+++ cxf/trunk/rt/management-web/pom.xml Mon Jan 16 20:03:53 2012
@@ -99,6 +99,10 @@
<artifactId>spring-core</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.codehaus.jettison</groupId>
+ <artifactId>jettison</artifactId>
+ </dependency>
<dependency>
<groupId>org.apache.cxf</groupId>