Skip to content

Commit

Permalink
fix(build): Remove temporary workaround from 2016 (#5725)
Browse files Browse the repository at this point in the history
In 2016 there was an addition of the Microsoft SNAPSHOT repo to temporarily
fix an issue. The change was supposed to be short term, according to the
original PR #402.

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
sikevux and mergify[bot] authored Jun 8, 2022
1 parent 8d400ba commit 0f1c3b8
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions clouddriver-azure/clouddriver-azure.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
repositories {
maven { url "https://adxsnapshots.azurewebsites.net" }
}

dependencies {
implementation project(":clouddriver-api")
implementation project(":clouddriver-core")
4 changes: 0 additions & 4 deletions clouddriver-web/clouddriver-web.gradle
Original file line number Diff line number Diff line change
@@ -14,10 +14,6 @@ configurations.all {
exclude group: "org.slf4j", module: "slf4j-log4j12"
}

repositories {
maven { url "https://adxsnapshots.azurewebsites.net" }
}

dependencies {
implementation project(":cats:cats-core")
implementation project(":clouddriver-api")

0 comments on commit 0f1c3b8

Please sign in to comment.