2015-07-17 11:45:43 +00:00
|
|
|
<?xml version="1.0"?>
|
2016-02-03 10:20:22 +00:00
|
|
|
<!--
|
|
|
|
~ Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
|
|
~ and other contributors as indicated by the @author tags.
|
|
|
|
~
|
|
|
|
~ Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
~ you may not use this file except in compliance with the License.
|
|
|
|
~ You may obtain a copy of the License at
|
|
|
|
~
|
|
|
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
~
|
|
|
|
~ Unless required by applicable law or agreed to in writing, software
|
|
|
|
~ distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
~ See the License for the specific language governing permissions and
|
|
|
|
~ limitations under the License.
|
|
|
|
-->
|
|
|
|
|
2015-07-17 11:45:43 +00:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
|
|
<parent>
|
2019-03-06 10:33:57 +00:00
|
|
|
<artifactId>keycloak-model-pom</artifactId>
|
2015-07-17 11:45:43 +00:00
|
|
|
<groupId>org.keycloak</groupId>
|
2023-03-03 10:11:44 +00:00
|
|
|
<version>999.0.0-SNAPSHOT</version>
|
2015-07-17 11:45:43 +00:00
|
|
|
</parent>
|
2024-01-09 15:55:22 +00:00
|
|
|
|
2015-07-17 11:45:43 +00:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
2016-01-20 19:52:04 +00:00
|
|
|
<artifactId>keycloak-model-infinispan</artifactId>
|
|
|
|
<name>Keycloak Model Infinispan</name>
|
2015-07-17 11:45:43 +00:00
|
|
|
<description/>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.keycloak</groupId>
|
|
|
|
<artifactId>keycloak-core</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.keycloak</groupId>
|
2016-01-15 23:44:17 +00:00
|
|
|
<artifactId>keycloak-server-spi</artifactId>
|
2016-11-09 08:40:31 +00:00
|
|
|
</dependency>
|
2022-05-26 13:48:12 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.keycloak</groupId>
|
2024-01-24 14:39:29 +00:00
|
|
|
<artifactId>keycloak-model-storage</artifactId>
|
2022-05-26 13:48:12 +00:00
|
|
|
</dependency>
|
2024-10-22 20:19:19 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.keycloak</groupId>
|
|
|
|
<artifactId>keycloak-model-jpa</artifactId>
|
|
|
|
</dependency>
|
2022-06-15 08:45:03 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.keycloak</groupId>
|
2024-01-24 14:39:29 +00:00
|
|
|
<artifactId>keycloak-model-storage-private</artifactId>
|
2022-06-15 08:45:03 +00:00
|
|
|
</dependency>
|
2016-11-09 08:40:31 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.keycloak</groupId>
|
|
|
|
<artifactId>keycloak-server-spi-private</artifactId>
|
2016-01-15 23:44:17 +00:00
|
|
|
<scope>provided</scope>
|
2015-07-17 11:45:43 +00:00
|
|
|
</dependency>
|
2024-07-09 08:49:22 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.infinispan</groupId>
|
|
|
|
<artifactId>infinispan-api</artifactId>
|
|
|
|
</dependency>
|
2015-07-17 11:45:43 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.infinispan</groupId>
|
2024-04-13 17:38:33 +00:00
|
|
|
<artifactId>infinispan-core</artifactId>
|
2023-01-19 16:59:04 +00:00
|
|
|
</dependency>
|
2016-11-04 08:40:39 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.infinispan</groupId>
|
|
|
|
<artifactId>infinispan-cachestore-remote</artifactId>
|
|
|
|
</dependency>
|
2024-07-09 08:49:22 +00:00
|
|
|
<!-- required for query/search in the external Infinispan server -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.infinispan</groupId>
|
|
|
|
<artifactId>infinispan-remote-query-client</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<!-- to be removed after https://issues.redhat.com/browse/ISPN-16220 -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.infinispan</groupId>
|
|
|
|
<artifactId>infinispan-query-dsl</artifactId>
|
|
|
|
</dependency>
|
2020-06-10 12:50:45 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.infinispan</groupId>
|
2024-06-13 16:02:46 +00:00
|
|
|
<artifactId>infinispan-component-annotations</artifactId>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
|
2015-10-05 14:52:45 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2020-06-10 12:50:45 +00:00
|
|
|
|
|
|
|
<!-- Needed for infinispan statistics -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.microprofile.metrics</groupId>
|
|
|
|
<artifactId>microprofile-metrics-api</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2015-07-17 11:45:43 +00:00
|
|
|
</dependencies>
|
2024-06-13 11:52:37 +00:00
|
|
|
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
2024-07-03 08:03:58 +00:00
|
|
|
<groupId>org.infinispan.protostream</groupId>
|
2024-06-13 11:52:37 +00:00
|
|
|
<artifactId>proto-schema-compatibility-maven-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<goals>
|
|
|
|
<goal>proto-schema-compatibility-check</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
2024-10-08 14:22:41 +00:00
|
|
|
<configuration combine.self="append">
|
2024-10-04 09:58:12 +00:00
|
|
|
<remoteLockFiles>https://raw.githubusercontent.com/keycloak/keycloak/refs/heads/release/26.0/model/infinispan/proto.lock</remoteLockFiles>
|
|
|
|
</configuration>
|
2024-06-13 11:52:37 +00:00
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
2015-07-17 11:45:43 +00:00
|
|
|
</project>
|