You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ff...@apache.org on 2008/11/04 08:05:46 UTC

svn commit: r711193 - /cxf/trunk/rt/databinding/jaxb/pom.xml

Author: ffang
Date: Mon Nov  3 23:05:46 2008
New Revision: 711193

URL: http://svn.apache.org/viewvc?rev=711193&view=rev
Log:
change jaxb-impl dependency scope to fix compilation error

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

Modified: cxf/trunk/rt/databinding/jaxb/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/rt/databinding/jaxb/pom.xml?rev=711193&r1=711192&r2=711193&view=diff
==============================================================================
--- cxf/trunk/rt/databinding/jaxb/pom.xml (original)
+++ cxf/trunk/rt/databinding/jaxb/pom.xml Mon Nov  3 23:05:46 2008
@@ -147,7 +147,6 @@
         <dependency>
             <groupId>com.sun.xml.bind</groupId>
             <artifactId>jaxb-impl</artifactId>
-            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>com.sun.xml.bind</groupId>