Skip to content

Commit

Permalink
Replace digitalasset tests with another artifact to fix CI. (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
jin committed Jan 6, 2021
1 parent caf9287 commit 8ca81e0
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 271 deletions.
5 changes: 3 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,9 @@ maven_install(
"junit:junit:4.12",
"org.jetbrains.kotlin:kotlin-test:1.3.21",
# https://github.com/bazelbuild/rules_jvm_external/issues/101
"com.digitalasset:damlc:jar:osx:100.12.1",
# As referenced in the issue, daml is not available anymore, hence
# replacing with another artifact with a classifier.
"org.eclipse.jetty:jetty-http:jar:tests:9.4.20.v20190813",
# https://github.com/bazelbuild/rules_jvm_external/issues/116
"org.eclipse.jetty.orbit:javax.servlet:3.0.0.v201112011016",
# https://github.com/bazelbuild/rules_jvm_external/issues/92#issuecomment-478430167
Expand Down Expand Up @@ -235,7 +237,6 @@ maven_install(
},
repositories = [
"https://repo1.maven.org/maven2",
"https://digitalassetsdk.bintray.com/DigitalAssetSDK",
"https://maven.google.com",
"https://packages.confluent.io/maven/",
],
Expand Down
Loading

0 comments on commit 8ca81e0

Please sign in to comment.