Skip to content

Commit

Permalink
Test deny license
Browse files Browse the repository at this point in the history
  • Loading branch information
henriwi committed Dec 20, 2024
1 parent e40d151 commit 623664d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
uses: actions/dependency-review-action@v4.5.0
with:
comment-summary-in-pr: true
deny-licenses: ""
deny-licenses: "AGPL-3.0"
3 changes: 3 additions & 0 deletions web/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ dependencies {
implementation(libs.ktor.server.content.negotiation)
implementation(libs.ktor.serialization.kotlinx)

// License test
implementation("com.vaadin.addon:jpacontainer-addon-agpl-3.0:1.2.1")

// OpenAPI / Swagger
implementation (libs.ktor.swagger.ui)
}
Expand Down

0 comments on commit 623664d

Please sign in to comment.