diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index efaf92a..5d65c51 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -21,7 +21,7 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Validate formatting
- run: mvn -B formatter:validate
+ run: mvn -ntp -B formatter:validate
unit-test:
runs-on: ubuntu-latest
steps:
@@ -39,7 +39,7 @@ jobs:
mkdir -p ~/.vaadin/
echo '{"username":"'`echo $TB_LICENSE | cut -d / -f1`'","proKey":"'`echo $TB_LICENSE | cut -d / -f2`'"}' > ~/.vaadin/proKey
- name: Run Java tests
- run: mvn -B verify
+ run: mvn -ntp -B verify
- name: Setup Node.js
uses: actions/setup-node@v3
with:
diff --git a/pom.xml b/pom.xml
index 6e8406c..51c3f6c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.vaadin
vaadin-parent
- 2.2.0
+ 2.2.1
SSO Kit
@@ -28,13 +28,15 @@
+ 24.2-SNAPSHOT
+ 2.2-SNAPSHOT
+ 1.12.3
+
17
17
UTF-8
UTF-8
- 24.2-SNAPSHOT
- 2.2-SNAPSHOT
- 3.1.2
+ 3.1.4
3.3.0
3.2.1
3.4.1
@@ -78,7 +80,7 @@
com.vaadin
license-checker
- 1.12.3
+ ${vaadin.license.checker.version}
diff --git a/sso-kit-core/pom.xml b/sso-kit-core/pom.xml
index 34ec1a1..6bd8bea 100644
--- a/sso-kit-core/pom.xml
+++ b/sso-kit-core/pom.xml
@@ -20,6 +20,7 @@
com.vaadin
vaadin-spring
+ provided
org.springframework.security
diff --git a/sso-kit-starter-hilla/pom.xml b/sso-kit-starter-hilla/pom.xml
index df0d02f..47555cf 100644
--- a/sso-kit-starter-hilla/pom.xml
+++ b/sso-kit-starter-hilla/pom.xml
@@ -23,6 +23,11 @@
sso-kit-core
${project.version}
+
+ com.vaadin
+ vaadin-spring
+ provided
+
com.vaadin
license-checker
@@ -30,6 +35,7 @@
dev.hilla
endpoint
+ provided
org.springframework.boot
@@ -94,4 +100,4 @@
-
\ No newline at end of file
+
diff --git a/sso-kit-starter/pom.xml b/sso-kit-starter/pom.xml
index c2fff0c..b89bfda 100644
--- a/sso-kit-starter/pom.xml
+++ b/sso-kit-starter/pom.xml
@@ -22,6 +22,11 @@
sso-kit-core
${project.version}
+
+ com.vaadin
+ vaadin-spring
+ provided
+
com.vaadin
license-checker