You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2016/02/01 18:51:29 UTC

[10/50] brooklyn-ui git commit: Fix incorrect groupId in Grails test dependencies

Fix incorrect groupId in Grails test dependencies


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/commit/f6480838
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/tree/f6480838
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/diff/f6480838

Branch: refs/heads/0.4.0
Commit: f64808382dfe36ca716635bc423f185a69e9989b
Parents: 013d50e
Author: Andrew Donald Kennedy <an...@cloudsoftcorp.com>
Authored: Tue Apr 17 21:59:03 2012 +0100
Committer: Andrew Donald Kennedy <an...@cloudsoftcorp.com>
Committed: Wed Apr 18 11:42:34 2012 +0100

----------------------------------------------------------------------
 usage/web-console/grails-app/conf/BuildConfig.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/f6480838/usage/web-console/grails-app/conf/BuildConfig.groovy
----------------------------------------------------------------------
diff --git a/usage/web-console/grails-app/conf/BuildConfig.groovy b/usage/web-console/grails-app/conf/BuildConfig.groovy
index 050957e..2aff4ed 100644
--- a/usage/web-console/grails-app/conf/BuildConfig.groovy
+++ b/usage/web-console/grails-app/conf/BuildConfig.groovy
@@ -36,7 +36,7 @@ grails.project.dependency.resolution = {
     dependencies {
         // specify dependencies here under either 'build', 'compile', 'runtime', 'test' or 'provided' scopes eg.
 //        test 'brooklyn:brooklyn-core:'+appVersion
-        test 'brooklyn:brooklyn-software-webapp:'+appVersion
+        test 'io.brooklyn:brooklyn-software-webapp:'+appVersion
         
         //instead of transitive:false the following might work better:
 //        excludes "org.codehaus.groovy","org.jclouds"