[Yanel-dev] Re: [Yanel-commits] rev 45956 - public/yanel/trunk/src/build

Michael Wechner michael.wechner at wyona.com
Fri Dec 11 11:20:37 CET 2009


Guillaume Déflache wrote:
> michi at wyona.com schrieb:
>> Author: michi
>> Date: 2009-12-10 22:18:54 +0100 (Thu, 10 Dec 2009)
>> New Revision: 45956
>>
>> Modified:
>>    public/yanel/trunk/src/build/dependencies.xml
>> Log:
>> latest quartz scheduler added as dependency
>>
>> Modified: public/yanel/trunk/src/build/dependencies.xml
>> ===================================================================
>> --- public/yanel/trunk/src/build/dependencies.xml    2009-12-10 
>> 21:11:42 UTC (rev 45955)
>> +++ public/yanel/trunk/src/build/dependencies.xml    2009-12-10 
>> 21:18:54 UTC (rev 45956)
>> @@ -92,6 +92,7 @@
>>        <dependency groupId="commons-beanutils" 
>> artifactId="commons-beanutils" version="1.6"/>
>>        <dependency groupId="commons-fileupload" 
>> artifactId="commons-fileupload" version="1.2"/>
>>        <dependency groupId="dom4j" artifactId="dom4j" version="1.5.2"/>
>> +      <dependency groupId="quartz" artifactId="quartz-all" 
>> version="1.6.6"/>
>>  
>>  
>>        <!-- OpenID joid impl -->
>>
>
> Couldn't we for now depend only on some "quartz-core" instead of the 
> whole bundle?

To be honest I  am not familiar enough with Quartz libs to say what is 
really needed and what isn't and their
instructions just said use the quartz-all (whatever that is).

I understand your concerns, but since one cannot really make use of it 
at the moment
I wouldn't worry too much about this and I definitely keep it in mind 
and will
try to replace it by something minimal as soon as I understand it better.

Cheers

Michael


More information about the Yanel-development mailing list