You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by se...@apache.org on 2014/02/03 16:43:26 UTC

svn commit: r1563957 - /cxf/fediz/trunk/services/idp/pom.xml

Author: sergeyb
Date: Mon Feb  3 15:43:26 2014
New Revision: 1563957

URL: http://svn.apache.org/r1563957
Log:
Removing rt-rs-extension-providers given that Jackson is included, adding a WADL generator dep

Modified:
    cxf/fediz/trunk/services/idp/pom.xml

Modified: cxf/fediz/trunk/services/idp/pom.xml
URL: http://svn.apache.org/viewvc/cxf/fediz/trunk/services/idp/pom.xml?rev=1563957&r1=1563956&r2=1563957&view=diff
==============================================================================
--- cxf/fediz/trunk/services/idp/pom.xml (original)
+++ cxf/fediz/trunk/services/idp/pom.xml Mon Feb  3 15:43:26 2014
@@ -146,9 +146,9 @@
 			<artifactId>cxf-rt-frontend-jaxrs</artifactId>
 			<version>${cxf.version}</version>
 		</dependency>
-		<dependency>
+                <dependency>
 			<groupId>org.apache.cxf</groupId>
-			<artifactId>cxf-rt-rs-extension-providers</artifactId>
+			<artifactId>cxf-rt-rs-service-description</artifactId>
 			<version>${cxf.version}</version>
 		</dependency>
 		<dependency>