Author: objectiser
Date: 2010-07-12 08:59:54 -0400 (Mon, 12 Jul 2010)
New Revision: 856
Modified:
trunk/pom.xml
trunk/runtime/engine-assembly/pom.xml
trunk/runtime/engine-assembly/src/main/assembly/sar.xml
Log:
RIFTSAW-247 - added spring dependency in case ESB is not installed.
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-07-12 12:57:46 UTC (rev 855)
+++ trunk/pom.xml 2010-07-12 12:59:54 UTC (rev 856)
@@ -91,6 +91,7 @@
<commons.httpclient.version>3.1</commons.httpclient.version>
<cxf.version>2.2.6</cxf.version>
<saxon.version>9.1.0.8</saxon.version>
+ <spring.version>2.5.6.SEC01</spring.version> <!-- This version must
match the version used by the ESB -->
</properties>
<dependencyManagement>
Modified: trunk/runtime/engine-assembly/pom.xml
===================================================================
--- trunk/runtime/engine-assembly/pom.xml 2010-07-12 12:57:46 UTC (rev 855)
+++ trunk/runtime/engine-assembly/pom.xml 2010-07-12 12:59:54 UTC (rev 856)
@@ -64,6 +64,11 @@
</exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring</artifactId>
+ <version>${spring.version}</version>
+ </dependency>
<!-- do we really need the following dependencies? -->
<dependency>
<groupId>commons-lang</groupId>
Modified: trunk/runtime/engine-assembly/src/main/assembly/sar.xml
===================================================================
--- trunk/runtime/engine-assembly/src/main/assembly/sar.xml 2010-07-12 12:57:46 UTC (rev
855)
+++ trunk/runtime/engine-assembly/src/main/assembly/sar.xml 2010-07-12 12:59:54 UTC (rev
856)
@@ -60,12 +60,12 @@
<include>org.jboss.soa.bpel:riftsaw-jacob</include>
<include>org.jboss.soa.bpel:riftsaw-scheduler-simple</include>
<include>org.jboss.soa.bpel.runtime:riftsaw-uddi</include>
- <include>org.jboss.soa.bpel.runtime:riftsaw-uddi300</include>
<include>org.jboss.soa.bpel:riftsaw-utils</include>
<include>net.sf.saxon:saxon</include>
<include>net.sf.saxon:saxon-dom</include>
<include>net.sf.saxon:saxon-xpath</include>
<include>net.sf.saxon:saxon-xqj</include>
+ <include>org.springframework:spring</include>
<include>org.apache.xmlbeans:xmlbeans</include>
</includes>
</dependencySet>
Show replies by date