You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2012/01/16 21:03:54 UTC

svn commit: r1232134 - /cxf/trunk/rt/management-web/pom.xml

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>