Skip to content

Commit

Permalink
trimming some fat
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger committed Oct 21, 2023
1 parent 64025be commit 9544238
Show file tree
Hide file tree
Showing 27 changed files with 923 additions and 822 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*/
plugins {
`java-library`
`java-test-fixtures`
}

dependencies {
Expand All @@ -27,4 +28,12 @@ dependencies {
}

testImplementation(testFixtures(project(":core:common:junit")))
testImplementation(project(":extensions:common:crypto:jws2020"))

// deps for test fixtures
testFixturesApi(project(":extensions:common:json-ld"))
testFixturesApi(libs.nimbus.jwt)
testFixturesApi(testFixtures(project(":extensions:common:crypto:jws2020")))


}

This file was deleted.

Loading

0 comments on commit 9544238

Please sign in to comment.