Skip to content

Commit

Permalink
refactor(*): Merge orca-extensionpoint module into orca-core (#3240)
Browse files Browse the repository at this point in the history
  • Loading branch information
robzienert authored and mergify[bot] committed Oct 23, 2019
1 parent 5e585b1 commit ea0d7b4
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 15 deletions.
1 change: 0 additions & 1 deletion orca-core/orca-core.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ dependencies {
api("com.netflix.spinnaker.kork:kork-plugins")
api("io.reactivex:rxjava")

implementation(project(":orca-extensionpoint"))
implementation(project(":orca-api"))
implementation("com.github.ben-manes.caffeine:guava")
implementation("org.slf4j:slf4j-api")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
Expand Down
4 changes: 0 additions & 4 deletions orca-extensionpoint/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions orca-extensionpoint/orca-extensionpoint.gradle

This file was deleted.

1 change: 0 additions & 1 deletion orca-front50/orca-front50.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ apply from: "$rootDir/gradle/groovy.gradle"
dependencies {
implementation(project(":orca-core"))
implementation(project(":orca-retrofit"))
implementation(project(":orca-extensionpoint"))
implementation("com.netflix.spinnaker.fiat:fiat-api:$fiatVersion")
implementation("com.netflix.spinnaker.fiat:fiat-core:$fiatVersion")
implementation("com.netflix.spectator:spectator-api")
Expand Down
1 change: 0 additions & 1 deletion orca-pipelinetemplate/orca-pipelinetemplate.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apply from: "$rootDir/gradle/spock.gradle"
apply from: "$rootDir/gradle/kotlin.gradle"

dependencies {
implementation(project(":orca-extensionpoint"))
implementation(project(":orca-core"))
implementation(project(":orca-retrofit"))
implementation(project(":orca-front50"))
Expand Down
1 change: 0 additions & 1 deletion orca-web/orca-web.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ dependencies {
implementation(project(":orca-dry-run"))
implementation(project(":orca-echo"))
implementation(project(":orca-eureka"))
implementation(project(":orca-extensionpoint"))
implementation(project(":orca-flex"))
implementation(project(":orca-front50"))
implementation(project(":orca-igor"))
Expand Down
1 change: 0 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ include "orca-api",
"orca-dry-run",
"orca-echo",
"orca-eureka",
"orca-extensionpoint",
"orca-flex",
"orca-front50",
"orca-igor",
Expand Down

0 comments on commit ea0d7b4

Please sign in to comment.