You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Sam Domonkos <sa...@pfgltd.com> on 2009/10/16 19:04:05 UTC

Chenille kit Quartz

I was wondering if the Chenille kit project will be updating the Quartz 
module to version 1.6.5 from 3/6/2009, it seems to be using 1.6.0 from 
11/6/2006

Thanks
--
Sam

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Chenille kit Quartz

Posted by Massimo Lusetti <ml...@gmail.com>.
On Fri, Oct 16, 2009 at 7:04 PM, Sam Domonkos <sa...@pfgltd.com> wrote:

> I was wondering if the Chenille kit project will be updating the Quartz
> module to version 1.6.5 from 3/6/2009, it seems to be using 1.6.0 from
> 11/6/2006

Sven committed something about that... but please if you would like to
help fire a Jira issue or at lease write to Chenillekit mailing list
instead of posting here.

Cheers
-- 
Massimo
http://meridio.blogspot.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Chenille kit Quartz

Posted by Ville Virtanen <vi...@cerion.fi>.
Hi,

You can override the used version in pom.xml like this:

		<!-- Job scheduler dependencies -->
		<dependency>
			<groupId>org.chenillekit</groupId>
			<artifactId>chenillekit-quartz</artifactId>
			<version>1.2.0</version>
			<exclusions>
				<exclusion>
					<groupId>opensymphony</groupId>
					<artifactId>quartz-all</artifactId>
				</exclusion>
			</exclusions>
		</dependency>
		<dependency>
			<groupId>opensymphony</groupId>
			<artifactId>quartz-all</artifactId>
			<version>1.6.3</version>
		</dependency>

As you see we're using 1.6.3.

 - Ville


Sam Domonkos wrote:
> 
> I was wondering if the Chenille kit project will be updating the Quartz 
> module to version 1.6.5 from 3/6/2009, it seems to be using 1.6.0 from 
> 11/6/2006
> 
> Thanks
> --
> Sam
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Chenille-kit-Quartz-tp25928830p25939052.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org