Skip to content

Commit 204b6f7

Browse files
committed
updated to hibernate-tools 3.6.0.Final, cleaned up dependencies
1 parent 7b4ddab commit 204b6f7

File tree

1 file changed

+4
-25
lines changed

1 file changed

+4
-25
lines changed

grails-app/conf/BuildConfig.groovy

Lines changed: 4 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
grails.project.work.dir = 'target'
2-
grails.project.docs.output.dir = 'docs/manual' // for backwards-compatibility, the docs are checked into gh-pages branch
2+
grails.project.docs.output.dir = 'target.docs/manual'
33

44
grails.project.dependency.resolver = 'maven'
55
grails.project.dependency.resolution = {
@@ -14,32 +14,11 @@ grails.project.dependency.resolution = {
1414
}
1515

1616
dependencies {
17-
compile('org.hibernate:hibernate-tools:3.6.0.CR1') {
18-
excludes 'ant', 'ant-launcher', 'cglib', 'common', 'commons-logging', 'freemarker',
19-
'hibernate-core', 'hibernate-entitymanager', 'hibernate-jpa-2.0-api', 'hsqldb',
20-
'jaxen', 'javassist', 'jta', 'jtidy', 'junit', 'org.eclipse.jdt.core', 'runtime',
21-
'slf4j-log4j12', 'text'
17+
compile 'org.hibernate:hibernate-tools:3.6.0.Final', {
18+
excludes 'ant', 'cglib', 'common', 'org.eclipse.jdt.core', 'runtime', 'text'
2219
}
2320

24-
compile('org.hibernate:hibernate-core:3.6.10.Final') {
25-
excludes 'ant', 'antlr', 'cglib', 'commons-collections', 'commons-logging', 'commons-logging-api',
26-
'dom4j', 'h2', 'hibernate-commons-annotations', 'hibernate-jpa-2.0-api',
27-
'hibernate-validator', 'javassist', 'jaxb-api', 'jaxb-impl', 'jboss-jacc-api_JDK4',
28-
'jcl-over-slf4j', 'jta', 'junit', 'slf4j-api', 'slf4j-log4j12', 'validation-api'
29-
}
30-
31-
compile('dom4j:dom4j:1.6.1') {
32-
excludes 'jaxen', 'jaxme-api', 'junitperf', 'pull-parser', 'relaxngDatatype',
33-
'stax-api', 'stax-ri', 'xalan', 'xercesImpl', 'xml-apis', 'xpp3', 'xsdlib'
34-
}
35-
36-
compile('org.hibernate:hibernate-commons-annotations:3.2.0.Final') {
37-
excludes 'commons-logging', 'commons-logging-api', 'jcl-over-slf4j', 'junit', 'slf4j-api', 'slf4j-log4j12'
38-
}
39-
40-
compile 'freemarker:freemarker:2.3.8'
41-
42-
compile 'org.hibernate:jtidy:r8-20060801'
21+
compile 'org.hibernate:hibernate-core:3.6.10.Final'
4322
}
4423

4524
plugins {

0 commit comments

Comments
 (0)