Skip to content

Commit

Permalink
Add appsec-kit to the BOM (#4593)
Browse files Browse the repository at this point in the history
* Add appsec-kit to the BOM

* Add appsec-kit-starter dependency

* add appsec kit to bom

* add missing license

---------

Co-authored-by: Zhe Sun <[email protected]>
Co-authored-by: Zhe Sun <[email protected]>
  • Loading branch information
3 people authored and vaadin-bot committed Oct 17, 2023
1 parent 550dc0b commit e2afbfd
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/generateAndCheckSBOM.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const licenseWhiteList = [
'GPL-2.0-with-classpath-exception',
'LGPL-2.1-or-later',
'LGPL-2.1-only',
'BSD-4-Clause',
'BSD-3-Clause',
'BSD-2-Clause',
'EPL-1.0',
Expand Down
6 changes: 6 additions & 0 deletions scripts/generator/templates/template-vaadin-bom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@
<version>${vaadin.classic.components.version}</version>
</dependency>

<dependency>
<groupId>com.vaadin</groupId>
<artifactId>appsec-kit-starter</artifactId>
<version>${appsec.kit.starter.version}</version>
</dependency>

<dependency>
<groupId>com.vaadin</groupId>
<artifactId>collaboration-engine</artifactId>
Expand Down
4 changes: 4 additions & 0 deletions vaadin-platform-sbom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@
<artifactId>form-filler-addon</artifactId>
</dependency>

<dependency>
<groupId>com.vaadin</groupId>
<artifactId>appsec-kit-starter</artifactId>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>sso-kit-starter</artifactId>
Expand Down
3 changes: 3 additions & 0 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,9 @@
}
},
"kits": {
"appsec-kit-starter": {
"javaVersion": "3.0.0.rc1"
},
"azure-kit": {
"version": "1.0.0"
},
Expand Down

0 comments on commit e2afbfd

Please sign in to comment.