Author: dkulp
Date: Tue Feb 19 09:18:44 2008
New Revision: 629167

URL: http://svn.apache.org/viewvc?rev=629167&view=rev
Log:
tools/common needs the ws-metadata annotations

Modified:
    incubator/cxf/trunk/tools/common/pom.xml

Modified: incubator/cxf/trunk/tools/common/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/common/pom.xml?rev=629167&r1=629166&r2=629167&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/common/pom.xml (original)
+++ incubator/cxf/trunk/tools/common/pom.xml Tue Feb 19 09:18:44 2008
@@ -26,82 +26,87 @@
     <url>http://cwiki.apache.org/CXF</url>
 
     <parent>
-       <groupId>org.apache.cxf</groupId>
-       <artifactId>cxf-parent</artifactId>
-       <version>2.1-incubator-SNAPSHOT</version>
-       <relativePath>../../parent/pom.xml</relativePath>
+        <groupId>org.apache.cxf</groupId>
+        <artifactId>cxf-parent</artifactId>
+        <version>2.1-incubator-SNAPSHOT</version>
+        <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 
     <dependencies>
-       <dependency>
-           <groupId>junit</groupId>
-           <artifactId>junit</artifactId>
-           <scope>provided</scope>
-       </dependency>
-       <dependency>
-           <groupId>org.easymock</groupId>
-           <artifactId>easymockclassextension</artifactId>
-           <scope>test</scope>
-       </dependency>
-       <dependency>
-           <groupId>asm</groupId>
-           <artifactId>asm</artifactId>
-           <scope>test</scope>
-       </dependency>
-       <dependency>
-           <groupId>velocity</groupId>
-           <artifactId>velocity</artifactId>
-       </dependency>
-       
-       <dependency>
-           <groupId>wsdl4j</groupId>
-           <artifactId>wsdl4j</artifactId>
-       </dependency>
-       <dependency>
-           <groupId>com.sun.xml.bind</groupId>
-           <artifactId>jaxb-xjc</artifactId>
-       </dependency>
-       <dependency>
-           <groupId>com.sun.xml.bind</groupId>
-           <artifactId>jaxb-impl</artifactId>
-       </dependency>
-       
-       <dependency>
-           <groupId>javax.xml.soap</groupId>
-           <artifactId>saaj-api</artifactId>
-       </dependency>
-
-       <dependency>
-           <groupId>org.apache.cxf</groupId>
-           <artifactId>cxf-api</artifactId>
-           <version>${project.version}</version>
-       </dependency>
-       
-       <dependency>
-           <groupId>org.apache.cxf</groupId>
-           <artifactId>cxf-common-utilities</artifactId>
-           <version>${project.version}</version>
-       </dependency>
-       
-       <dependency>
-           <groupId>org.apache.cxf</groupId>
-           <artifactId>cxf-rt-core</artifactId>
-           <version>${project.version}</version>
-       </dependency>   
-
-       <dependency>
-                <groupId>javax.xml.ws</groupId>
-                <artifactId>jaxws-api</artifactId>
-               <scope>test</scope>
-       </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.easymock</groupId>
+            <artifactId>easymockclassextension</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>asm</groupId>
+            <artifactId>asm</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>velocity</groupId>
+            <artifactId>velocity</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>wsdl4j</groupId>
+            <artifactId>wsdl4j</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>com.sun.xml.bind</groupId>
+            <artifactId>jaxb-xjc</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>com.sun.xml.bind</groupId>
+            <artifactId>jaxb-impl</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>javax.xml.soap</groupId>
+            <artifactId>saaj-api</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.cxf</groupId>
+            <artifactId>cxf-api</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.cxf</groupId>
+            <artifactId>cxf-common-utilities</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.cxf</groupId>
+            <artifactId>cxf-rt-core</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-ws-metadata_2.0_spec</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>javax.xml.ws</groupId>
+            <artifactId>jaxws-api</artifactId>
+            <scope>test</scope>
+        </dependency>
 
     </dependencies>
 
 
     <scm>
-       
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/tools/common</connection>
-       
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/tools/common</developerConnection>
-      
<url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-tools-common</url>
-  </scm>
-    
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/tools/common</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/tools/common</developerConnection>
+        
<url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-tools-common</url>
+    </scm>
+
 </project>


Reply via email to