Author: jboynes
Date: Tue Jul 18 13:54:32 2006
New Revision: 423240

URL: http://svn.apache.org/viewvc?rev=423240&view=rev
Log:
clean up databinding poms

Modified:
    incubator/tuscany/sandbox/chianti/sca/databinding/databinding-axiom/pom.xml
    incubator/tuscany/sandbox/chianti/sca/databinding/databinding-castor/pom.xml
    
incubator/tuscany/sandbox/chianti/sca/databinding/databinding-framework/pom.xml
    incubator/tuscany/sandbox/chianti/sca/databinding/databinding-jaxb/pom.xml
    incubator/tuscany/sandbox/chianti/sca/databinding/databinding-sdo/pom.xml
    incubator/tuscany/sandbox/chianti/sca/databinding/databinding-test/pom.xml
    
incubator/tuscany/sandbox/chianti/sca/databinding/databinding-xmlbeans/pom.xml
    incubator/tuscany/sandbox/chianti/sca/databinding/pom.xml

Modified: 
incubator/tuscany/sandbox/chianti/sca/databinding/databinding-axiom/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/sandbox/chianti/sca/databinding/databinding-axiom/pom.xml?rev=423240&r1=423239&r2=423240&view=diff
==============================================================================
--- incubator/tuscany/sandbox/chianti/sca/databinding/databinding-axiom/pom.xml 
(original)
+++ incubator/tuscany/sandbox/chianti/sca/databinding/databinding-axiom/pom.xml 
Tue Jul 18 13:54:32 2006
@@ -46,6 +46,11 @@
                        <version>1.0</version>
                        <scope>compile</scope>
                </dependency>
+
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+        </dependency>
                <dependency>
                        <groupId>ws-commons</groupId>
                        <artifactId>axiom-impl</artifactId>
@@ -55,8 +60,6 @@
         <dependency>
             <groupId>woodstox</groupId>
             <artifactId>wstx-asl</artifactId>
-            <version>2.9.3</version>
-            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>commons-logging</groupId>

Modified: 
incubator/tuscany/sandbox/chianti/sca/databinding/databinding-castor/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/sandbox/chianti/sca/databinding/databinding-castor/pom.xml?rev=423240&r1=423239&r2=423240&view=diff
==============================================================================
--- 
incubator/tuscany/sandbox/chianti/sca/databinding/databinding-castor/pom.xml 
(original)
+++ 
incubator/tuscany/sandbox/chianti/sca/databinding/databinding-castor/pom.xml 
Tue Jul 18 13:54:32 2006
@@ -57,6 +57,10 @@
             <scope>runtime</scope>
         </dependency>
 
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+        </dependency>
     </dependencies>
 
     <build>

Modified: 
incubator/tuscany/sandbox/chianti/sca/databinding/databinding-framework/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/sandbox/chianti/sca/databinding/databinding-framework/pom.xml?rev=423240&r1=423239&r2=423240&view=diff
==============================================================================
--- 
incubator/tuscany/sandbox/chianti/sca/databinding/databinding-framework/pom.xml 
(original)
+++ 
incubator/tuscany/sandbox/chianti/sca/databinding/databinding-framework/pom.xml 
Tue Jul 18 13:54:32 2006
@@ -37,14 +37,18 @@
         <dependency>
             <groupId>woodstox</groupId>
             <artifactId>wstx-asl</artifactId>
-            <version>2.9.3</version>
             <scope>compile</scope>
+            <optional>true</optional>
         </dependency>
         <dependency>
             <groupId>xalan</groupId>
             <artifactId>xalan</artifactId>
             <version>2.7.0</version>
             <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
         </dependency>
         <dependency>
             <groupId>org.easymock</groupId>

Modified: 
incubator/tuscany/sandbox/chianti/sca/databinding/databinding-jaxb/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/sandbox/chianti/sca/databinding/databinding-jaxb/pom.xml?rev=423240&r1=423239&r2=423240&view=diff
==============================================================================
--- incubator/tuscany/sandbox/chianti/sca/databinding/databinding-jaxb/pom.xml 
(original)
+++ incubator/tuscany/sandbox/chianti/sca/databinding/databinding-jaxb/pom.xml 
Tue Jul 18 13:54:32 2006
@@ -28,7 +28,12 @@
     <description>Tuscany JAXB Data Binding</description>
 
     <dependencies>
-
+        <dependency>
+            <groupId>org.apache.tuscany.databinding</groupId>
+            <artifactId>databinding-framework</artifactId>
+            <version>${pom.version}</version>
+            <scope>compile</scope>
+        </dependency>
         <dependency>
             <groupId>javax.xml.bind</groupId>
             <artifactId>jaxb-api</artifactId>
@@ -37,6 +42,10 @@
         </dependency>
 
         <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+        </dependency>
+        <dependency>
             <groupId>com.sun.xml.bind</groupId>
             <artifactId>jaxb-impl</artifactId>
             <!-- Using 2.0 instead of 2.0.1 for now because the SUN repository 
has an incorrect reference
@@ -44,15 +53,6 @@
             <version>2.0</version>
             <scope>test</scope>
         </dependency>
-
-        <dependency>
-            <groupId>org.apache.tuscany.databinding</groupId>
-            <artifactId>databinding-framework</artifactId>
-            <version>${pom.version}</version>
-            <scope>compile</scope>
-        </dependency>
-
-
     </dependencies>
 
 

Modified: 
incubator/tuscany/sandbox/chianti/sca/databinding/databinding-sdo/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/sandbox/chianti/sca/databinding/databinding-sdo/pom.xml?rev=423240&r1=423239&r2=423240&view=diff
==============================================================================
--- incubator/tuscany/sandbox/chianti/sca/databinding/databinding-sdo/pom.xml 
(original)
+++ incubator/tuscany/sandbox/chianti/sca/databinding/databinding-sdo/pom.xml 
Tue Jul 18 13:54:32 2006
@@ -48,6 +48,10 @@
             <scope>compile</scope>
         </dependency>
 
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+        </dependency>
     </dependencies>
     
     <build>

Modified: 
incubator/tuscany/sandbox/chianti/sca/databinding/databinding-test/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/sandbox/chianti/sca/databinding/databinding-test/pom.xml?rev=423240&r1=423239&r2=423240&view=diff
==============================================================================
--- incubator/tuscany/sandbox/chianti/sca/databinding/databinding-test/pom.xml 
(original)
+++ incubator/tuscany/sandbox/chianti/sca/databinding/databinding-test/pom.xml 
Tue Jul 18 13:54:32 2006
@@ -34,7 +34,6 @@
                        <version>${pom.version}</version>
                        <scope>compile</scope>
                </dependency>
-
                <dependency>
                        <groupId>org.apache.tuscany.databinding</groupId>
                        <artifactId>databinding-jaxb</artifactId>
@@ -42,12 +41,6 @@
                        <scope>compile</scope>
                </dependency>
                <dependency>
-                       <groupId>com.sun.xml.bind</groupId>
-                       <artifactId>jaxb-impl</artifactId>
-                       <version>2.0</version>
-                       <scope>test</scope>
-               </dependency>
-               <dependency>
                        <groupId>org.apache.tuscany.databinding</groupId>
                        <artifactId>databinding-xmlbeans</artifactId>
                        <version>${pom.version}</version>
@@ -66,8 +59,16 @@
                        <scope>compile</scope>
                </dependency>
                
-
-
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>com.sun.xml.bind</groupId>
+            <artifactId>jaxb-impl</artifactId>
+            <version>2.0</version>
+            <scope>test</scope>
+        </dependency>
        </dependencies>
 
        <repositories>

Modified: 
incubator/tuscany/sandbox/chianti/sca/databinding/databinding-xmlbeans/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/sandbox/chianti/sca/databinding/databinding-xmlbeans/pom.xml?rev=423240&r1=423239&r2=423240&view=diff
==============================================================================
--- 
incubator/tuscany/sandbox/chianti/sca/databinding/databinding-xmlbeans/pom.xml 
(original)
+++ 
incubator/tuscany/sandbox/chianti/sca/databinding/databinding-xmlbeans/pom.xml 
Tue Jul 18 13:54:32 2006
@@ -34,7 +34,6 @@
             <version>${pom.version}</version>
             <scope>compile</scope>
         </dependency>
-
         <dependency>
             <groupId>xmlbeans</groupId>
             <artifactId>xbean</artifactId>
@@ -42,6 +41,10 @@
             <scope>compile</scope>
         </dependency>
 
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+        </dependency>
     </dependencies>
 
     <build>

Modified: incubator/tuscany/sandbox/chianti/sca/databinding/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/sandbox/chianti/sca/databinding/pom.xml?rev=423240&r1=423239&r2=423240&view=diff
==============================================================================
--- incubator/tuscany/sandbox/chianti/sca/databinding/pom.xml (original)
+++ incubator/tuscany/sandbox/chianti/sca/databinding/pom.xml Tue Jul 18 
13:54:32 2006
@@ -37,18 +37,4 @@
         <module>databinding-test</module>
         <module>databinding-xmlbeans</module>
     </modules>
-       <dependencies>
- 
-               <dependency>
-                       <groupId>junit</groupId>
-                       <artifactId>junit</artifactId>
-               </dependency>
-
-               <dependency>
-                       <groupId>jmock</groupId>
-                       <artifactId>jmock</artifactId>
-               </dependency>
-
-       </dependencies>
-
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to