Skip to content

Instantly share code, notes, and snippets.

@bridiver
Last active December 29, 2015 22:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bridiver/7735171 to your computer and use it in GitHub Desktop.
Save bridiver/7735171 to your computer and use it in GitHub Desktop.
Storm dependencies file for 0.9.0-wip16
<?xml version="1.0"?>
<ivy-module version="2.0">
<info organisation="redstorm" module="storm-deps"/>
<dependencies>
<dependency org="storm" name="storm" rev="0.9.0-wip16" conf="default" transitive="true" />
<!-- https://github.com/nathanmarz/storm/pull/567 -->
<override org="org.yaml" module="snakeyaml" rev="1.11"/>
</dependencies>
</ivy-module>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment