“Got hit” in what way? Are you using Maven? On Dec 18, 2013, at 7:21 PM, Mike Kienenberger <mkien...@gmail.com> wrote:
> Yes, commons-lang is from velocity. I'm not using SQLTemplate nor > EJBQL so far as I can tell, but I still got hit with the dependency on > a new 3.1 project. I haven't been required to have oro, only > commons-lang. > > On Wed, Dec 18, 2013 at 1:53 AM, Andrus Adamchik <and...@objectstyle.org> > wrote: >> Cayenne does not have commons-lang dependency. I think it is a dependency of >> Velocity. Velocity 1.6.3 depends on commons-lang 2.4 (and also oro 2.0.8 - >> why in the world people would still use oro?) >> >> So commons-lang will be needed if you are running SQLTemplate and EJBQL >> queries (that are using Velocity). Yeah, I think we need to somehow address >> that either in the docs and/or by packaging those in third-party/ .. >> >> I also wish we reduce / remove our dependency on Velocity. Then we’ll be >> pretty close to dependency-free holy grail for a typical user :) >> >> A. >> >> On Dec 18, 2013, at 6:08 AM, Mike Kienenberger <mkien...@gmail.com> wrote: >>> This was on the windows distribution. I haven't checked the other ones. >>> >>> On Tue, Dec 17, 2013 at 10:07 PM, Mike Kienenberger <mkien...@gmail.com> >>> wrote: >>>> We state: >>>> >>>> ============= >>>> >>>> When using cayenne-server-x.x.jar you'll need a few third party jars >>>> (all included in lib/third-party directory of the distribution): >>>> >>>> Apache Velocity Template Engine, version 1.6.x (and all its >>>> dependencies bundled with velocity-dep) >>>> >>>> Apache Commons Collections, version 3.2.1 >>>> >>>> Apache Commons Logging, version 1.1 >>>> ============= >>>> >>>> http://cayenne.apache.org/docs/3.1/cayenne-guide/including-cayenne-in-project.html#jar-files-and-depdendencies >>>> >>>> However, we are missing commons-lang-2.6 >>> >> >