Author: alessio.soldano(a)jboss.com
Date: 2008-05-06 11:01:53 -0400 (Tue, 06 May 2008)
New Revision: 6920
Modified:
stack/metro/trunk/pom.xml
Log:
Adding missing sjsxp 1.0.1 dependency
Modified: stack/metro/trunk/pom.xml
===================================================================
--- stack/metro/trunk/pom.xml 2008-05-06 14:45:40 UTC (rev 6919)
+++ stack/metro/trunk/pom.xml 2008-05-06 15:01:53 UTC (rev 6920)
@@ -52,6 +52,7 @@
<jaxrpc.api.version>1.1</jaxrpc.api.version>
<juddi.service.version>1.2.0.GA</juddi.service.version>
<sun.fastinfoset.version>1.2.2</sun.fastinfoset.version>
+ <sun.sjsxp.version>1.0.1</sun.sjsxp.version>
<sun.jaxws.version>2.1.3</sun.jaxws.version>
<sun.wsit.version>1.1</sun.wsit.version>
<woodstox.version>3.1.1</woodstox.version>
@@ -80,14 +81,14 @@
<dependency>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-framework</artifactId>
- <version>${version}</version>
+ <version>${jbossws.framework.version}</version>
<classifier>scripts</classifier>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-framework</artifactId>
- <version>${version}</version>
+ <version>${jbossws.framework.version}</version>
<classifier>testsuite</classifier>
<type>zip</type>
</dependency>
@@ -172,6 +173,11 @@
<artifactId>FastInfoset</artifactId>
<version>${sun.fastinfoset.version}</version>
</dependency>
+ <dependency>
+ <groupId>com.sun.xml.stream</groupId>
+ <artifactId>sjsxp</artifactId>
+ <version>${sun.sjsxp.version}</version>
+ </dependency>
<dependency>
<groupId>com.sun.xml.ws</groupId>
<artifactId>http</artifactId>
Show replies by date