Skip to content

Commit

Permalink
Remove unused dependencies and test properties file
Browse files Browse the repository at this point in the history
#deploy-proxy-oppdrag

Deleted the `application-test.properties` file as it's no longer needed. Also removed the `data-transfer-objects` library from settings.gradle and build.gradle dependencies to clean up the codebase.
  • Loading branch information
krharum committed Nov 5, 2024
1 parent c814b41 commit b422f93
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
4 changes: 1 addition & 3 deletions proxies/oppdrag-proxy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@ sonarqube {
}

dependencies {
implementation "no.nav.testnav.libs:data-transfer-objects"
implementation "no.nav.testnav.libs:reactive-security"
implementation "no.nav.testnav.libs:security-core"
implementation "no.nav.testnav.libs:vault"

implementation "org.springframework.boot:spring-boot-starter-webflux"
implementation "org.springframework.cloud:spring-cloud-starter-bootstrap" // TODO remove legacy bootstrap config.
implementation "org.springframework.cloud:spring-cloud-starter-vault-config"
implementation "org.springframework.cloud:spring-cloud-starter-vault-config"
}
1 change: 0 additions & 1 deletion proxies/oppdrag-proxy/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ rootProject.name = "oppdrag-proxy"

includeBuild "../../plugins/java"

includeBuild "../../libs/data-transfer-objects"
includeBuild "../../libs/reactive-core"
includeBuild "../../libs/reactive-proxy"
includeBuild "../../libs/reactive-security"
Expand Down

This file was deleted.

0 comments on commit b422f93

Please sign in to comment.