Skip to content
This repository was archived by the owner on Jun 7, 2024. It is now read-only.

Commit d12c260

Browse files
committed
build on empty maven cache fails due to quartz plugin. replace with direct dependency
1 parent 3960535 commit d12c260

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

grails-app/conf/BuildConfig.groovy

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,13 @@ grails.project.dependency.resolution = {
7777
runtime 'org.bouncycastle:bcprov-jdk15on:1.50'
7878
runtime "org.docx4j:docx4j-ImportXHTML:3.2.2"
7979
runtime "net.sf.jtidy:jtidy:r938"
80+
compile "org.quartz-scheduler:quartz:1.7.3"
8081
}
8182

8283
plugins{
8384
runtime ":hibernate:$grailsVersion"
8485
runtime ":jquery:1.7.1"
86+
runtime ":jquery-ui:1.8.24"
8587
runtime ":resources:1.1.6"
8688
//runtime ":database-migration:1.3.2"
8789
build ":tomcat:$grailsVersion"
@@ -111,6 +113,5 @@ grails.project.dependency.resolution = {
111113
compile ":bubbling:2.1.4"
112114
compile ":export:1.5"
113115
compile ":joda-time:1.4"
114-
compile ":quartz:0.4.2"
115116
}
116117
}

0 commit comments

Comments
 (0)