Skip to content

Commit c3f7308

Browse files
author
David
committedDec 11, 2014
Merged with master
2 parents 8c0dae2 + d36ed30 commit c3f7308

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+4657
-3664
lines changed
 

‎.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ root = true
99

1010
# Change these settings to your own preference
1111
indent_style = space
12-
indent_size = 2
12+
indent_size = 4
1313

1414
# We recommend you to keep these unchanged
1515
end_of_line = lf

‎grails-app/conf/BuildConfig.groovy

+5-4
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ grails.project.dependency.resolution = {
5252
grailsHome()
5353
grailsCentral()
5454
mavenCentral()
55+
mavenRepo "http://dl.bintray.com/spinnaker/spinnaker"
5556

5657
// Optional custom repository for dependencies.
5758
Closure internalRepo = {
@@ -131,9 +132,6 @@ grails.project.dependency.resolution = {
131132
// This fixes ivy resolution issues we had with our transitive dependency on 1.4.
132133
'commons-codec:commons-codec:1.5',
133134

134-
// Call Perforce in process. Delete when user data no longer come from Perforce at deployment time.
135-
'com.perforce:p4java:2010.1.269249',
136-
137135
// Rules for AWS named objects, e.g., Names, AppVersion
138136
'com.netflix.frigga:frigga:0.11',
139137

@@ -143,7 +141,10 @@ grails.project.dependency.resolution = {
143141
// Used for JSON parsing of AWS Simple Workflow Service metadata.
144142
// Previously this was an indirect depencency through Grails itself, but this caused errors in some
145143
// Grails environments.
146-
'com.googlecode.json-simple:json-simple:1.1'
144+
'com.googlecode.json-simple:json-simple:1.1',
145+
146+
// Spinnaker client is used to retrieve application metadata
147+
'com.netflix.spinnaker.client:spinnaker-client:0.6'
147148
) { // Exclude superfluous and dangerous transitive dependencies
148149
excludes(
149150
// Some libraries bring older versions of JUnit as a transitive dependency and that can interfere

0 commit comments

Comments
 (0)
Please sign in to comment.