Line | |
---|
1 | <ivy-module version="2.0"> |
---|
2 | <info organisation="org.example" module="gnuMims"/> |
---|
3 | <configurations defaultconfmapping="build->default;compile->compile(*),master(*);test,runtime->runtime(*),master(*)"> |
---|
4 | <conf name="build"/> |
---|
5 | <conf name="compile"/> |
---|
6 | <conf name="test" extends="compile"/> |
---|
7 | <conf name="runtime" extends="compile"/> |
---|
8 | </configurations> |
---|
9 | <dependencies> |
---|
10 | <dependency org="org.grails" name="grails-bootstrap" rev="1.1" conf="build"/> |
---|
11 | <dependency org="org.grails" name="grails-scripts" rev="1.1" conf="build"/> |
---|
12 | <dependency org="org.grails" name="grails-gorm" rev="1.1" conf="compile"/> |
---|
13 | <dependency org="org.grails" name="grails-web" rev="1.1" conf="compile"/> |
---|
14 | <dependency org="org.grails" name="grails-test" rev="1.1" conf="test"/> |
---|
15 | <dependency org="org.slf4j" name="slf4j-log4j12" rev="1.5.5" conf="runtime"/> |
---|
16 | <dependency org="opensymphony" name="oscache" rev="2.4" conf="runtime"> |
---|
17 | <exclude org="javax.jms" module="jms" name="*" type="*" ext="*" conf="" matcher="exact"/> |
---|
18 | <exclude org="commons-logging" module="commons-logging" name="*" type="*" ext="*" conf="" matcher="exact"/> |
---|
19 | <exclude org="javax.servlet" module="servlet-api" name="*" type="*" ext="*" conf="" matcher="exact"/> |
---|
20 | </dependency> |
---|
21 | <dependency org="hsqldb" name="hsqldb" rev="1.8.0.5" conf="runtime"/> |
---|
22 | <!-- |
---|
23 | <dependency org="mysql" name="mysql-connector-java" rev="5.1.6" conf="runtime"/> |
---|
24 | <dependency org="postgresql" name="postgresql" rev="8.3-603.jdbc3" conf="runtime"/> |
---|
25 | --> |
---|
26 | </dependencies> |
---|
27 | </ivy-module> |
---|
Note: See
TracBrowser
for help on using the repository browser.