|
1 | 1 | dependencies { |
2 | 2 | api project(':grails-datastore-gorm') |
3 | | - api("org.grails:grails-core:$grailsVersion") { |
4 | | - exclude group:'org.hibernate.jakarta.persistence', module:'hibernate-jpa-2.1-api' |
5 | | - exclude group:'aopalliance',module:'aopalliance' |
6 | | - exclude group:'commons-logging',module:'commons-logging' |
7 | | - // TODO: When the commons-collection dependency on grails-core is removed, then uncomment this |
8 | | -// exclude group:'commons-collections',module:'commons-collections' |
9 | | - exclude group:'commons-io',module:'commons-io' |
10 | | - exclude group:'org.grails',module:'grails-spring' |
11 | | - exclude group:'org.grails',module:'grails-bootstrap' |
12 | | - exclude group:'org.aspectj',module:'aspectjweaver' |
13 | | - exclude group:'org.aspectj',module:'aspectjrt' |
14 | | - exclude group:'oro',module:'oro' |
15 | | - exclude group:'asm',module:'asm' |
16 | | - exclude group:'cglib',module:'cglib' |
17 | | - exclude group:'cglib', module:'cglib-nodep' |
18 | | - exclude group:'xalan',module:'serializer' |
19 | | - exclude group:'org.springframework',module:'spring-aspects' |
20 | | - exclude group:'org.springframework',module:'spring-beans' |
21 | | - exclude group:'org.springframework',module:'spring-context' |
22 | | - exclude group:'org.springframework',module:'spring-context-support' |
23 | | - exclude group:'org.springframework',module:'spring-expression' |
24 | | - exclude group:'org.springframework',module:'spring-web' |
25 | | - exclude group:'org.springframework',module:'spring-aop' |
26 | | - exclude group:'commons-logging',module:'commons-logging' |
27 | | - exclude group:'commons-validator',module:'commons-validator' |
28 | | - exclude group:'com.googlecode.concurrentlinkedhashmap',module:'concurrentlinkedhashmap-lru' |
29 | | - } |
30 | | - api("org.grails:grails-bootstrap:$grailsVersion") { |
31 | | - exclude group:'org.apache.groovy', module:'groovy-ant' |
32 | | - exclude group:'org.apache.groovy', module:'groovy-xml' |
33 | | - exclude group:'org.apache.ant',module:'ant' |
34 | | - exclude group:'org.apache.ant',module:'ant-launcher' |
35 | | - exclude group:'org.apache.ant',module:'ant-trax' |
36 | | - exclude group:'org.apache.ant',module:'ant-junit' |
37 | | - exclude group:'org.apache.ant',module:'ant' |
38 | | - exclude group:'org.apache.ivy',module:'ivy' |
39 | | - exclude group:'org.codehaus.gant',module:'gant_groovy1.8' |
40 | | - exclude group:'jline',module:'jline' |
41 | | - exclude group:'org.fusesource.jansi',module:'jansi' |
42 | | - exclude group:'net.java.dev.jna',module:'jna' |
43 | | - } |
| 3 | + api "org.grails:grails-core:$grailsVersion" |
| 4 | + api "org.grails:grails-bootstrap:$grailsVersion" |
44 | 5 |
|
45 | | - compileOnly "org.springframework:spring-orm:$springVersion" |
46 | | - compileOnly "org.springframework:spring-webmvc:$springVersion" |
47 | | - compileOnly "org.grails:grails-web-url-mappings:$grailsVersion", { transitive = false } |
48 | | - compileOnly "org.grails:grails-web-common:$grailsVersion", { transitive = false } |
| 6 | + compileOnly "org.springframework:spring-orm" |
| 7 | + compileOnly "org.springframework:spring-webmvc" |
| 8 | + compileOnly "org.grails:grails-web-url-mappings:" |
| 9 | + compileOnly "org.grails:grails-web-common" |
49 | 10 | compileOnly("org.hibernate:hibernate-core-jakarta:$hibernateVersion") { |
50 | 11 | exclude group:'commons-logging', module:'commons-logging' |
51 | 12 | exclude group:'commons-collections', module:'commons-collections' |
|
0 commit comments