19
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
22
<artifactId>keycloak-crypto-parent</artifactId>
23
<groupId>org.keycloak</groupId>
24
<version>999.0.0-SNAPSHOT</version>
25
<relativePath>../pom.xml</relativePath>
27
<modelVersion>4.0.0</modelVersion>
29
<artifactId>keycloak-crypto-fips1402</artifactId>
30
<name>Keycloak Crypto FIPS 140-2 Integration</name>
34
<maven.compiler.release>17</maven.compiler.release>
35
<maven.compiler.source>17</maven.compiler.source>
36
<maven.compiler.target>17</maven.compiler.target>
41
<groupId>org.keycloak</groupId>
42
<artifactId>keycloak-core</artifactId>
45
<groupId>org.keycloak</groupId>
46
<artifactId>keycloak-core</artifactId>
51
<groupId>org.keycloak</groupId>
52
<artifactId>keycloak-server-spi</artifactId>
55
<groupId>org.keycloak</groupId>
56
<artifactId>keycloak-server-spi-private</artifactId>
59
<groupId>org.keycloak</groupId>
60
<artifactId>keycloak-services</artifactId>
63
<groupId>org.apache.httpcomponents</groupId>
64
<artifactId>httpclient</artifactId>
65
<scope>provided</scope>
69
<groupId>org.bouncycastle</groupId>
70
<artifactId>bc-fips</artifactId>
73
<groupId>org.bouncycastle</groupId>
74
<artifactId>bctls-fips</artifactId>
77
<groupId>org.bouncycastle</groupId>
78
<artifactId>bcpkix-fips</artifactId>
82
<groupId>org.jboss.logging</groupId>
83
<artifactId>jboss-logging</artifactId>
84
<scope>provided</scope>
87
<groupId>junit</groupId>
88
<artifactId>junit</artifactId>
92
<groupId>org.hamcrest</groupId>
93
<artifactId>hamcrest</artifactId>