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 2009/02/09 19:48:44 UTC

svn commit: r742671 - /cxf/trunk/rt/ws/security/pom.xml

Author: dkulp
Date: Mon Feb  9 18:48:43 2009
New Revision: 742671

URL: http://svn.apache.org/viewvc?rev=742671&view=rev
Log:
Fix build failure

Modified:
    cxf/trunk/rt/ws/security/pom.xml

Modified: cxf/trunk/rt/ws/security/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/rt/ws/security/pom.xml?rev=742671&r1=742670&r2=742671&view=diff
==============================================================================
--- cxf/trunk/rt/ws/security/pom.xml (original)
+++ cxf/trunk/rt/ws/security/pom.xml Mon Feb  9 18:48:43 2009
@@ -76,6 +76,12 @@
             <scope>provided</scope>
         </dependency>
         <dependency>
+            <groupId>org.apache.cxf</groupId>
+            <artifactId>cxf-rt-ws-addr</artifactId>
+            <version>${project.version}</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
             <groupId>javax.xml.soap</groupId>
             <artifactId>saaj-api</artifactId>
         </dependency>