You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ge...@apache.org on 2011/05/17 18:29:15 UTC

svn commit: r1104386 - /geronimo/tck/branches/3.0/jaxb-tck-runner/pom.xml

Author: genspring
Date: Tue May 17 16:29:14 2011
New Revision: 1104386

URL: http://svn.apache.org/viewvc?rev=1104386&view=rev
Log:
jaxb-xjc dependency was moved to jaxws plugin pom

Modified:
    geronimo/tck/branches/3.0/jaxb-tck-runner/pom.xml

Modified: geronimo/tck/branches/3.0/jaxb-tck-runner/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/tck/branches/3.0/jaxb-tck-runner/pom.xml?rev=1104386&r1=1104385&r2=1104386&view=diff
==============================================================================
--- geronimo/tck/branches/3.0/jaxb-tck-runner/pom.xml (original)
+++ geronimo/tck/branches/3.0/jaxb-tck-runner/pom.xml Tue May 17 16:29:14 2011
@@ -29,7 +29,20 @@
 
     <artifactId>jaxb-tck-runner</artifactId>
     <name>JAXB 2.2 (JSR-222) TCK Runner</name>
-
+    
+    
+    <dependencyManagement>
+        <dependencies>
+            <dependency>
+                <groupId>org.apache.geronimo.plugins</groupId>
+                <artifactId>jaxws</artifactId>
+                <version>${project.version}</version>
+                <type>pom</type>
+                <scope>import</scope>
+            </dependency>    
+        </dependencies>
+    </dependencyManagement> 
+    
     <dependencies>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>