Author: blin
Date: Mon Apr 23 02:26:22 2007
New Revision: 531395
URL: http://svn.apache.org/viewvc?view=rev&rev=531395
Log:
add jettison lib to manifest jar classpath, for restful_http_binding to work
Modified:
incubator/cxf/trunk/distribution/manifest/pom.xml
Modified: incubator/cxf/trunk/distribution/manifest/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/manifest/pom.xml?view=diff&rev=531395&r1=531394&r2=531395
==============================================================================
--- incubator/cxf/trunk/distribution/manifest/pom.xml (original)
+++ incubator/cxf/trunk/distribution/manifest/pom.xml Mon Apr 23 02:26:22 2007
@@ -206,6 +206,11 @@
<artifactId>cxf-bundle</artifactId>
<version>${pom.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.codehaus.jettison</groupId>
+ <artifactId>jettison</artifactId>
+ <version>1.0-RC1</version>
+ </dependency>
</dependencies>
<build>