Author: objectiser
Date: 2011-06-23 11:32:41 -0400 (Thu, 23 Jun 2011)
New Revision: 1390
Modified:
trunk/integration-tests/pom.xml
trunk/pom.xml
trunk/stress-tests/pom.xml
Log:
Update scout version and make trove available
Modified: trunk/integration-tests/pom.xml
===================================================================
--- trunk/integration-tests/pom.xml 2011-06-23 13:03:06 UTC (rev 1389)
+++ trunk/integration-tests/pom.xml 2011-06-23 15:32:41 UTC (rev 1390)
@@ -94,10 +94,12 @@
<groupId>quartz</groupId>
<artifactId>quartz</artifactId>
</exclusion>
+ <!--
<exclusion>
<groupId>trove</groupId>
<artifactId>trove</artifactId>
</exclusion>
+ -->
<exclusion>
<groupId>javax.security</groupId>
<artifactId>jacc</artifactId>
@@ -155,10 +157,12 @@
<groupId>quartz</groupId>
<artifactId>quartz</artifactId>
</exclusion>
+ <!--
<exclusion>
<groupId>trove</groupId>
<artifactId>trove</artifactId>
</exclusion>
+ -->
<exclusion>
<groupId>javax.security</groupId>
<artifactId>jacc</artifactId>
@@ -216,10 +220,12 @@
<groupId>sun-jaxws</groupId>
<artifactId>jsr181-api</artifactId>
</exclusion>
+ <!--
<exclusion>
<groupId>trove</groupId>
<artifactId>trove</artifactId>
</exclusion>
+ -->
</exclusions>
</dependency>
<dependency>
@@ -256,10 +262,12 @@
<groupId>sun-jaxws</groupId>
<artifactId>jsr181-api</artifactId>
</exclusion>
+ <!--
<exclusion>
<groupId>trove</groupId>
<artifactId>trove</artifactId>
</exclusion>
+ -->
</exclusions>
</dependency>
<dependency>
@@ -279,7 +287,7 @@
<dependency>
<groupId>org.apache.ws.scout</groupId>
<artifactId>scout</artifactId>
- <version>1.2.2</version>
+ <version>${scout.version}</version>
<!-- >classifier>aop</classifier -->
<type>jar</type>
</dependency>
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2011-06-23 13:03:06 UTC (rev 1389)
+++ trunk/pom.xml 2011-06-23 15:32:41 UTC (rev 1390)
@@ -113,6 +113,7 @@
<commons.codec.version>1.4</commons.codec.version>
<picketlink.version>1.0.3.final</picketlink.version>
<juddi.version>3.1.0-SNAPSHOT</juddi.version>
+ <scout.version>1.2.3-SNAPSHOT</scout.version>
</properties>
<dependencyManagement>
Modified: trunk/stress-tests/pom.xml
===================================================================
--- trunk/stress-tests/pom.xml 2011-06-23 13:03:06 UTC (rev 1389)
+++ trunk/stress-tests/pom.xml 2011-06-23 15:32:41 UTC (rev 1390)
@@ -124,7 +124,7 @@
<dependency>
<groupId>org.jboss.soa.bpel.dependencies.esb</groupId>
<artifactId>scout</artifactId>
- <version>1.2</version>
+ <version>${scout.version}</version>
<classifier>aop</classifier>
<type>jar</type>
</dependency>
Show replies by date