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> |
Bryan Duxbury | c27cda5 | 2009-08-14 20:04:15 +0000 | [diff] [blame] | 4 | <dependency org="org.slf4j" name="slf4j-api" rev="1.5.8" conf="* -> *,!sources,!javadoc"/> |
| 5 | <dependency org="org.slf4j" name="slf4j-simple" rev="1.5.8" conf="* -> *,!sources,!javadoc"/> |
David Reiss | 36a5a25 | 2009-04-29 23:20:56 +0000 | [diff] [blame] | 6 | <dependency org="commons-lang" name="commons-lang" rev="2.4" conf="* -> *,!sources,!javadoc"/> |
| 7 | </dependencies> |
| 8 | </ivy-module> |