David Reiss | 36a5a25 | 2009-04-29 23:20:56 +0000 | [diff] [blame^] | 1 | <ivy-module version="1.0"> |
2 | <info organisation="jayasoft" module="hello-ivy" /> | ||||
3 | <dependencies> | ||||
4 | <dependency org="log4j" name="log4j" rev="1.2.15" conf="default->master"/> | ||||
5 | <dependency org="commons-lang" name="commons-lang" rev="2.4" conf="* -> *,!sources,!javadoc"/> | ||||
6 | </dependencies> | ||||
7 | </ivy-module> |