Skip to content

Commit

Permalink
remove dependency from BOM (#1418)
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger authored Jun 7, 2022
1 parent 6be047a commit 4a1cca9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ in the detailed section referring to by linking pull requests or issues.
* Deprecated Control API (#1310)
* Remove sample module `:extensions:policy:ids-policy` (#1348)
* Unused `:launchers:basic` (#1360)
* Dependency onto `token-validation` from IDS BOM (#1387)

#### Fixed

Expand Down
1 change: 0 additions & 1 deletion data-protocols/ids/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ dependencies {
api(project(":data-protocols:ids:ids-transform-v1"))
api(project(":data-protocols:ids:ids-api-multipart-endpoint-v1"))
api(project(":data-protocols:ids:ids-api-multipart-dispatcher-v1"))
api(project(":data-protocols:ids:ids-token-validation"))
api(project(":data-protocols:ids:ids-api-configuration"))
}

Expand Down

0 comments on commit 4a1cca9

Please sign in to comment.