Author: richard.opalka(a)jboss.com
Date: 2011-08-08 12:26:28 -0400 (Mon, 08 Aug 2011)
New Revision: 14787
Modified:
stack/native/branches/jbossws-native-3.4.1.SP2/modules/client/pom.xml
stack/native/branches/jbossws-native-3.4.1.SP2/modules/core/pom.xml
stack/native/branches/jbossws-native-3.4.1.SP2/modules/testsuite/pom.xml
stack/native/branches/jbossws-native-3.4.1.SP2/pom.xml
Log:
updating maven depenencies
Modified: stack/native/branches/jbossws-native-3.4.1.SP2/modules/client/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.4.1.SP2/modules/client/pom.xml 2011-08-08
14:32:53 UTC (rev 14786)
+++ stack/native/branches/jbossws-native-3.4.1.SP2/modules/client/pom.xml 2011-08-08
16:26:28 UTC (rev 14787)
@@ -36,12 +36,8 @@
</dependency>
<dependency>
<groupId>org.jboss.logging</groupId>
- <artifactId>jboss-logging-log4j</artifactId>
+ <artifactId>jboss-logging</artifactId>
</dependency>
- <dependency>
- <groupId>org.jboss.logging</groupId>
- <artifactId>jboss-logging-spi</artifactId>
- </dependency>
</dependencies>
<build>
Modified: stack/native/branches/jbossws-native-3.4.1.SP2/modules/core/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.4.1.SP2/modules/core/pom.xml 2011-08-08
14:32:53 UTC (rev 14786)
+++ stack/native/branches/jbossws-native-3.4.1.SP2/modules/core/pom.xml 2011-08-08
16:26:28 UTC (rev 14787)
@@ -16,7 +16,7 @@
<properties>
<jboss.jbosssx.version>2.0.2.SP3</jboss.jbosssx.version>
<jboss.microcontainer.version>2.0.2.GA</jboss.microcontainer.version>
- <jboss.jbossxb.version>2.0.1.GA</jboss.jbossxb.version>
+ <jboss.jbossxb.version>2.0.3.GA</jboss.jbossxb.version>
</properties>
<!-- Dependencies -->
@@ -86,6 +86,12 @@
<artifactId>jbossxb</artifactId>
<scope>provided</scope>
<version>${jboss.jbossxb.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.jboss.logging</groupId>
+ <artifactId>jboss-logging-spi</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>xerces</groupId>
@@ -106,6 +112,10 @@
<artifactId>commons-logging</artifactId>
</dependency>
<dependency>
+ <groupId>org.jboss.logging</groupId>
+ <artifactId>jboss-logging</artifactId>
+ </dependency>
+ <dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
</dependency>
Modified: stack/native/branches/jbossws-native-3.4.1.SP2/modules/testsuite/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.4.1.SP2/modules/testsuite/pom.xml 2011-08-08
14:32:53 UTC (rev 14786)
+++ stack/native/branches/jbossws-native-3.4.1.SP2/modules/testsuite/pom.xml 2011-08-08
16:26:28 UTC (rev 14787)
@@ -549,6 +549,10 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>${surefire.jvm.args} ${surefire.jvm.management.args}
-Djava.endorsed.dirs=${jboss600.home}/lib/endorsed</argLine>
+ <additionalClasspathElements>
+
<additionalClasspathElement>${jboss.home}/client/jbossall-client.jar</additionalClasspathElement>
+
<additionalClasspathElement>${jboss.home}/common/lib/jboss-ejb3-core.jar</additionalClasspathElement>
+ </additionalClasspathElements>
</configuration>
</plugin>
</plugins>
Modified: stack/native/branches/jbossws-native-3.4.1.SP2/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.4.1.SP2/pom.xml 2011-08-08 14:32:53 UTC (rev
14786)
+++ stack/native/branches/jbossws-native-3.4.1.SP2/pom.xml 2011-08-08 16:26:28 UTC (rev
14787)
@@ -67,7 +67,7 @@
<jsr181.api.version>1.0-MR1</jsr181.api.version>
<jaxb.api.version>1.0.0.Final</jaxb.api.version>
<jaxb.impl.version>2.2</jaxb.impl.version>
- <jboss.logging.version>2.2.0.CR1</jboss.logging.version>
+ <jboss.logging.version>3.0.0.GA</jboss.logging.version>
<jboss.jaxr.version>2.0.2</jboss.jaxr.version>
<apache.scout.version>1.1.1</apache.scout.version>
<juddi.version>0.9RC4</juddi.version>
@@ -355,15 +355,10 @@
</dependency>
<dependency>
<groupId>org.jboss.logging</groupId>
- <artifactId>jboss-logging-log4j</artifactId>
+ <artifactId>jboss-logging</artifactId>
<version>${jboss.logging.version}</version>
</dependency>
<dependency>
- <groupId>org.jboss.logging</groupId>
- <artifactId>jboss-logging-spi</artifactId>
- <version>${jboss.logging.version}</version>
- </dependency>
- <dependency>
<groupId>ws-commons</groupId>
<artifactId>policy</artifactId>
<version>${wscommons.policy.version}</version>
Show replies by date