You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by Dan Di Spaltro <da...@gmail.com> on 2014/05/21 07:09:25 UTC

jruby in pom.xml

It seems phoenix-core is dependent on jruby, is this still used?  I just
noticed it is getting pulled in to my project that depends on phoenix-core.
 I can't imagine what it's for, but I don't have a great understanding of
the code yet.

Thanks,

-Dan

-- 
Dan Di Spaltro

Re: jruby in pom.xml

Posted by Gabriel Reid <ga...@gmail.com>.
Hi Dan,

On Wed, May 21, 2014 at 7:09 AM, Dan Di Spaltro <da...@gmail.com> wrote:
> It seems phoenix-core is dependent on jruby, is this still used?  I just
> noticed it is getting pulled in to my project that depends on phoenix-core.
>  I can't imagine what it's for, but I don't have a great understanding of
> the code yet.

The JRuby dep does indeed seem to not be strictly needed -- it's
explicitly present in phoenix-4.0 pom, and is pulled in transitively
in 3.0. Because jruby-complete is an uber jar that includes lots of
extra stuff, this can cause some major issues in downstream
applications.

I've created a ticket
(https://issues.apache.org/jira/browse/PHOENIX-993) for this, and will
aim to get it patched up ASAP.

- Gabriel