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 2011/02/22 22:52:29 UTC

svn commit: r1073523 - /cxf/trunk/rt/databinding/jibx/pom.xml

Author: dkulp
Date: Tue Feb 22 21:52:29 2011
New Revision: 1073523

URL: http://svn.apache.org/viewvc?rev=1073523&view=rev
Log:
Fix refs to stax api jar

Modified:
    cxf/trunk/rt/databinding/jibx/pom.xml

Modified: cxf/trunk/rt/databinding/jibx/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/rt/databinding/jibx/pom.xml?rev=1073523&r1=1073522&r2=1073523&view=diff
==============================================================================
--- cxf/trunk/rt/databinding/jibx/pom.xml (original)
+++ cxf/trunk/rt/databinding/jibx/pom.xml Tue Feb 22 21:52:29 2011
@@ -123,8 +123,8 @@
                     <artifactId>geronimo-stax-api_1.0_spec</artifactId>
                 </dependency>
                 <dependency>
-                    <groupId>${stax.impl.groupId}</groupId>
-                    <artifactId>${stax.impl.artifactId}</artifactId>
+                    <groupId>${cxf.stax.impl.groupId}</groupId>
+                    <artifactId>${cxf.stax.impl.artifactId}</artifactId>
                 </dependency>
             </dependencies>
         </profile>