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 2007/03/31 03:22:49 UTC

svn commit: r524345 - /incubator/cxf/trunk/systests/pom.xml

Author: dkulp
Date: Fri Mar 30 18:22:49 2007
New Revision: 524345

URL: http://svn.apache.org/viewvc?view=rev&rev=524345
Log:
Add http binding as a dependency

Modified:
    incubator/cxf/trunk/systests/pom.xml

Modified: incubator/cxf/trunk/systests/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/systests/pom.xml?view=diff&rev=524345&r1=524344&r2=524345
==============================================================================
--- incubator/cxf/trunk/systests/pom.xml (original)
+++ incubator/cxf/trunk/systests/pom.xml Fri Mar 30 18:22:49 2007
@@ -102,6 +102,11 @@
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
+            <artifactId>cxf-rt-bindings-http</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
             <version>${project.version}</version>
         </dependency>