@@ -11,6 +11,8 @@ grails.project.source.level = 1.6
11
11
// run: [maxMemory:1024, minMemory:64, debug:false, maxPerm:256]
12
12
// ]
13
13
14
+ grails. project. dependency. resolver = " maven"
15
+
14
16
grails. project. dependency. resolution = {
15
17
// inherit Grails' default dependencies
16
18
inherits(" global" ) {
@@ -22,20 +24,12 @@ grails.project.dependency.resolution = {
22
24
legacyResolve false // whether to do a secondary resolve on plugin installation, not advised and here for backwards compatibility
23
25
24
26
repositories {
25
- inherits true // Whether to inherit repository definitions from plugins
26
-
27
- grailsPlugins()
28
- grailsHome()
29
- grailsCentral()
30
-
31
27
mavenLocal()
32
- mavenCentral()
33
- // mavenRepo "http://snapshots.repository.codehaus.org"
34
- // mavenRepo "http://repository.codehaus.org"
35
- // mavenRepo "http://download.java.net/maven/2/"
36
- // mavenRepo "http://repository.jboss.com/maven2/"
37
- mavenRepo " http://maven.ala.org.au/repository"
28
+ mavenRepo (" http://nexus.ala.org.au/content/groups/public/" ) {
29
+ updatePolicy ' always'
30
+ }
38
31
}
32
+
39
33
dependencies {
40
34
// specify dependencies here under either 'build', 'compile', 'runtime', 'test' or 'provided' scopes eg.
41
35
@@ -45,18 +39,10 @@ grails.project.dependency.resolution = {
45
39
runtime ' org.apache.httpcomponents:httpclient:4.2.2'
46
40
runtime ' org.apache.httpcomponents:httpcore:4.2.2'
47
41
runtime ' org.apache.httpcomponents:httpclient:4.2.2'
48
-
49
- // runtime 'com.jayway.jsonpath:json-path:0.9.1'
50
- // runtime 'com.jayway.jsonpath:json-path-parent:0.9.1'
51
- // runtime 'com.jayway.jsonpath:json-path-assert:0.9.1'
52
- // runtime 'net.minidev:json-smart:1.2'
53
-
54
42
runtime ' com.jayway.jsonpath:json-path:0.5.6'
55
- runtime ' com.jayway.jsonpath:json-path-parent:0.5.6'
56
43
runtime ' com.jayway.jsonpath:json-path-assert:0.5.6'
57
- // runtime 'net.minidev:json-smart:1.2'
58
- // runtime 'com.jayway.jsonpath:json-path:0.5.6'
59
44
}
45
+
60
46
plugins {
61
47
build " :release:3.0.1"
62
48
runtime " :ala-web-theme:0.5"
0 commit comments