このバージョンはまだ開発中であり、まだ安定しているとは見なされていません。最新の安定バージョンについては、Spring Security 7.0.5 を使用してください! |
導入
Spring Security Kerberos 7.1.0-RC1 は、JDK 17、Spring Security 7.1.0-RC1、および Spring Framework 7.0.7 を使用してビルドおよびテストされています。
Spring Security 7 により依存座標が変更されました:
pom.xml
<dependencies>
<!-- ... other dependency elements ... -->
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-kerberos-core</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-kerberos-web</artifactId>
</dependency>
</dependencies>build.gradle
dependencies {
implementation "org.springframework.security:spring-security-kerberos-core"
implementation "org.springframework.security:spring-security-kerberos-web"
}