Skip to content

Commit

Permalink
chore(jinjava): Pin jinjava back so we can upgrade it in kork (#3613)
Browse files Browse the repository at this point in the history
  • Loading branch information
plumpy committed Apr 16, 2020
1 parent 7c8bf09 commit cdf61e1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion orca-pipelinetemplate/orca-pipelinetemplate.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ dependencies {
implementation(project(":orca-front50"))
implementation(project(":orca-clouddriver"))

implementation("com.hubspot.jinjava:jinjava")
implementation("com.hubspot.jinjava:jinjava:2.2.3") {
// This is pinned to 2.2.3 because newer versions caused issues with MPTv1.
// It's upgraded everywhere else (via kork) because this old version causes
// issues with Java 11. marchello2000 @ Netflix is investigating this.
force = true
}
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
implementation("com.jayway.jsonpath:json-path:2.2.0")
Expand Down

0 comments on commit cdf61e1

Please sign in to comment.