File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
src/main/kotlin/eu/vaadinonkotlin/security Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ dependencies {
22 api(project(" :vok-framework" ))
33 api(" com.vaadin:vaadin-core:${properties[" vaadin_version" ]} " )
44 api(" javax.annotation:javax.annotation-api:1.3.2" )
5- api(" javax.servlet:javax.servlet-api:3.1.0 " )
5+ api(" javax.servlet:javax.servlet-api:4.0.1 " )
66
77 testImplementation(" com.github.mvysny.dynatest:dynatest:${properties[" dynatest_version" ]} " )
88 testImplementation(" com.github.mvysny.kaributesting:karibu-testing-v23:${properties[" kaributesting_version" ]} " )
Original file line number Diff line number Diff line change 11package eu.vaadinonkotlin.security
22
33import com.vaadin.flow.server.VaadinRequest
4- import com.vaadin.flow.server.auth.AccessAnnotationChecker
54import com.vaadin.flow.server.auth.ViewAccessChecker
65import eu.vaadinonkotlin.VaadinOnKotlin
76import java.security.Principal
You can’t perform that action at this time.
0 commit comments