Author: dandiep
Date: Thu Oct 12 08:03:45 2006
New Revision: 463267

URL: http://svn.apache.org/viewvc?view=rev&rev=463267
Log:
Move jaxb pom requirement to the jaxb module and leave the common with a test 
scope.

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

Modified: incubator/cxf/trunk/common/common/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/common/common/pom.xml?view=diff&rev=463267&r1=463266&r2=463267
==============================================================================
--- incubator/cxf/trunk/common/common/pom.xml (original)
+++ incubator/cxf/trunk/common/common/pom.xml Thu Oct 12 08:03:45 2006
@@ -95,10 +95,12 @@
        <dependency>
            <groupId>com.sun.xml.bind</groupId>
            <artifactId>jaxb-impl</artifactId>
+           <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.sun.xml.bind</groupId>
            <artifactId>jaxb-xjc</artifactId>
+           <scope>test</scope>
        </dependency>
 
        <dependency>

Modified: incubator/cxf/trunk/rt/databinding/jaxb/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/databinding/jaxb/pom.xml?view=diff&rev=463267&r1=463266&r2=463267
==============================================================================
--- incubator/cxf/trunk/rt/databinding/jaxb/pom.xml (original)
+++ incubator/cxf/trunk/rt/databinding/jaxb/pom.xml Thu Oct 12 08:03:45 2006
@@ -102,6 +102,15 @@
             <groupId>woodstox</groupId>
             <artifactId>wstx-asl</artifactId>
         </dependency>
+        
+               <dependency>
+                   <groupId>com.sun.xml.bind</groupId>
+                   <artifactId>jaxb-impl</artifactId>
+               </dependency>
+               <dependency>
+                   <groupId>com.sun.xml.bind</groupId>
+                   <artifactId>jaxb-xjc</artifactId>
+               </dependency>
     </dependencies>
 
 </project>


Reply via email to