Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 811 Bytes

File metadata and controls

13 lines (12 loc) · 811 Bytes

JRuby dependencies

This project just contains a simple file for use in packaging up an uberjar which has just JRuby-specific dependencies that OpenVox Server needs. The uberjar specifically excludes some dependencies that OpenVox Server already uses, like joda-time and org.yaml/snakeyaml, in order to allow OpenVox Server to provide its own preferred versions. This project allows OpenVox Server's "release" uberjar (which excludes JRuby-specific dependencies) to be run in combination with the JRuby dependencies uberjar on the same Java classpath. This allows the specific version of the JRuby dependencies uberjar to be swapped out at run-time, e.g., for switching between the use of a JRuby 1.7 vs. a JRuby 9k dependencies jar.