[MOBY-guts] biomoby commit

Martin Senger senger at dev.open-bio.org
Sun Oct 4 23:31:28 UTC 2009


senger
Sun Oct  4 19:31:28 EDT 2009
Update of /home/repository/moby/moby-live/Java/xmls
In directory dev.open-bio.org:/tmp/cvs-serv29653/xmls

Modified Files:
	project.pom 
Log Message:
jax-ws dependencies updated
moby-live/Java/xmls project.pom,1.16,1.17
===================================================================
RCS file: /home/repository/moby/moby-live/Java/xmls/project.pom,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- /home/repository/moby/moby-live/Java/xmls/project.pom	2009/06/09 22:20:54	1.16
+++ /home/repository/moby/moby-live/Java/xmls/project.pom	2009/10/04 23:31:28	1.17
@@ -282,14 +282,39 @@
     <dependency>
       <groupId>com.sun.xml.ws</groupId>
       <artifactId>jaxws-tools</artifactId>
-      <version>2.1.3</version>
+      <version>2.1.4</version>
+      <exclusions>
+        <exclusion>
+          <groupId>javax.xml.ws</groupId>
+          <artifactId>jaxws-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.jws</groupId>
+          <artifactId>jsr181</artifactId>
+        </exclusion>
+      </exclusions> 
     </dependency>
-
     <dependency>
-      <groupId>com.sun.xml.ws</groupId>
-      <artifactId>jaxws-rt</artifactId>
-      <version>2.1.4</version>
+      <groupId>javax.xml.ws</groupId>
+      <artifactId>jaxws-api</artifactId>
+      <version>2.1-1</version>
+      <exclusions>
+        <exclusion>
+          <groupId>javax.jws</groupId>
+          <artifactId>jsr181</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
+    <!--
+         Use geronimo-specs version of jsr181 since the BEA version of 
+         of jsr181.jar is not available at central
+         -->
+    <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-ws-metadata_2.0_spec</artifactId>
+      <version>1.1.1</version>
+    </dependency>
+
 
     <dependency>
       <groupId>jdom</groupId>




More information about the MOBY-guts mailing list