Skip to content

Commit

Permalink
refactor: delete unused launcher (#4199)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndr-brt committed May 20, 2024
1 parent 0fed638 commit a553d54
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 52 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ dependencies {
testImplementation(project(":core:common:connector-core"))
testImplementation(project(":core:common:junit"))
testImplementation(testFixtures(project(":extensions:data-plane:data-plane-http")))

testRuntimeOnly(project(":extensions:control-plane:api:control-plane-api-client"))
testRuntimeOnly(project(":launchers:data-plane-server"))
}

edcBuild {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ public class DataPlaneHttpIntegrationTests {
":extensions:common:http",
":extensions:common:json-ld",
":extensions:common:configuration:configuration-filesystem",
":extensions:control-plane:api:control-plane-api-client",
":extensions:data-plane:data-plane-http",
":extensions:data-plane:data-plane-control-api",
":extensions:data-plane:data-plane-public-api"
Expand Down
2 changes: 0 additions & 2 deletions launchers/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Launchers

- [Data Plane Server](data-plane-server/)
- [DPF Selector](dpf-selector/)
- [Generic](generic/)
- [IDS Connector](ids-connector/)
- [STS server](sts-server/)
46 changes: 0 additions & 46 deletions launchers/data-plane-server/build.gradle.kts

This file was deleted.

1 change: 0 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ include(":extensions:policy-monitor:store:sql:policy-monitor-store-sql")


// modules for launchers, i.e. runnable compositions of the app ------------------------------------
include(":launchers:data-plane-server")
include(":launchers:dpf-selector")
include(":launchers:sts-server")

Expand Down

0 comments on commit a553d54

Please sign in to comment.