Author: jbonofre
Date: Wed Dec 1 13:25:49 2010
New Revision: 1041001
URL: http://svn.apache.org/viewvc?rev=1041001&view=rev
Log:
Add bsf, bsh, quartz, oscore, propertyset in the components POM dependency
management.
Modified:
servicemix/components/components-pom/trunk/pom.xml
Modified: servicemix/components/components-pom/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/components-pom/trunk/pom.xml?rev=1041001&r1=1041000&r2=1041001&view=diff
==============================================================================
--- servicemix/components/components-pom/trunk/pom.xml (original)
+++ servicemix/components/components-pom/trunk/pom.xml Wed Dec 1 13:25:49 2010
@@ -104,6 +104,8 @@
<!-- Other Runtime Dependencies -->
<ant.version>1.7.0</ant.version>
<aopalliance.version>1.0</aopalliance.version>
+ <bsf.version>2.3.0</bsf.version>
+ <bsh.version>1.3.0</bsh.version>
<commons-codec.version>1.3</commons-codec.version>
<commons-collections.version>3.2.1</commons-collections.version>
<commons-httpclient.version>3.1</commons-httpclient.version>
@@ -125,8 +127,11 @@
<log4j.version>1.2.16</log4j.version>
<mx4j.version>3.0.1</mx4j.version>
<neethi.version>2.0.4</neethi.version>
+ <oscore.version>2.2.4</oscore.version>
<oro.version>2.0.8</oro.version>
<pax.exam.version>1.2.2</pax.exam.version>
+ <propertyset.version>1.3</propertyset.version>
+ <quartz.version>1.8.3</quartz.version>
<slf4j.version>1.5.8</slf4j.version>
<spring.version>3.0.4.RELEASE</spring.version>
<spring.osgi.version>1.2.0</spring.osgi.version>
@@ -161,6 +166,16 @@
<version>${aopalliance.version}</version>
</dependency>
<dependency>
+ <groupId>bsf</groupId>
+ <artifactId>bsf</artifactId>
+ <version>${bsf.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>bsh</groupId>
+ <artifactId>bsh</artifactId>
+ <version>${bsh.version}</version>
+ </dependency>
+ <dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>${jaxb-impl.version}</version>
@@ -290,6 +305,16 @@
<version>${mx4j.version}</version>
</dependency>
<dependency>
+ <groupId>opensymphony</groupId>
+ <artifactId>oscore</artifactId>
+ <version>${oscore.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>opensymphony</groupId>
+ <artifactId>propertyset</artifactId>
+ <version>${propertyset.version}</version>
+ </dependency>
+ <dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activeio-core</artifactId>
<version>${activeio.version}</version>
@@ -491,6 +516,11 @@
<version>${jetty.version}</version>
</dependency>
<dependency>
+ <groupId>org.quartz-scheduler</groupId>
+ <artifactId>quartz</artifactId>
+ <version>${quartz.version}</version>
+ </dependency>
+ <dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>