Author: objectiser
Date: 2010-07-12 08:57:46 -0400 (Mon, 12 Jul 2010)
New Revision: 855
Modified:
branches/RiftSaw-2.1.x/pom.xml
branches/RiftSaw-2.1.x/runtime/engine-assembly/pom.xml
branches/RiftSaw-2.1.x/runtime/engine-assembly/src/main/assembly/sar.xml
Log:
RIFTSAW-247 - added spring dependency in case ESB is not installed.
Modified: branches/RiftSaw-2.1.x/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/pom.xml 2010-07-12 10:34:12 UTC (rev 854)
+++ branches/RiftSaw-2.1.x/pom.xml 2010-07-12 12:57:46 UTC (rev 855)
@@ -90,6 +90,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: branches/RiftSaw-2.1.x/runtime/engine-assembly/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/runtime/engine-assembly/pom.xml 2010-07-12 10:34:12 UTC (rev
854)
+++ branches/RiftSaw-2.1.x/runtime/engine-assembly/pom.xml 2010-07-12 12:57:46 UTC (rev
855)
@@ -63,6 +63,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: branches/RiftSaw-2.1.x/runtime/engine-assembly/src/main/assembly/sar.xml
===================================================================
--- branches/RiftSaw-2.1.x/runtime/engine-assembly/src/main/assembly/sar.xml 2010-07-12
10:34:12 UTC (rev 854)
+++ branches/RiftSaw-2.1.x/runtime/engine-assembly/src/main/assembly/sar.xml 2010-07-12
12:57:46 UTC (rev 855)
@@ -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