Open GoogleCodeExporter opened 9 years ago
You can change the jruby dependency to a newer (or older) version. If you have
a suggestion for a specific jruby version, please let me know.
Original comment by alex.obj...@gmail.com
on 16 Oct 2014 at 1:19
This is what we ended up with:
<dependency>
<groupId>ro.isdc.wro4j</groupId>
<artifactId>wro4j-extensions</artifactId>
<version>1.7.7</version>
<exclusions>
<!-- Some stuff excluded -->
</exclusions>
</dependency>
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby-core</artifactId>
<version>1.7.11</version>
<exclusions>
<exclusion>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-netdb</artifactId>
</exclusion>
<exclusion>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-x86asm</artifactId>
</exclusion>
<exclusion>
<groupId>com.github.jnr</groupId>
<artifactId>jffi</artifactId>
</exclusion>
<exclusion>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
</exclusion>
<exclusion>
<groupId>com.jcraft</groupId>
<artifactId>jzlib</artifactId>
</exclusion>
<exclusion>
<groupId>com.martiansoftware</groupId>
<artifactId>nailgun-server</artifactId>
</exclusion>
<exclusion>
<groupId>org.jruby</groupId>
<artifactId>yecht</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby-stdlib</artifactId>
<version>1.7.11</version>
</dependency>
Original comment by euiw...@gmail.com
on 14 Dec 2014 at 8:08
Thanks for updates.
and Windows
Original comment by alex.obj...@gmail.com
on 15 Dec 2014 at 10:03
This solved it for Mac and Windows if that's what you mean.
Original comment by euiw...@gmail.com
on 16 Dec 2014 at 9:58
@euweui Sorry for confusion. I was just thanking for update. There was no
question regarding windows (it was a typo) :)...
Original comment by alex.obj...@gmail.com
on 17 Dec 2014 at 2:06
Original issue reported on code.google.com by
euiw...@gmail.com
on 16 Oct 2014 at 10:59