This repository was archived by the owner on May 5, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
sormas-keycloak-service-provider Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
4-
2+ <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/xsd/maven-4.0.0.xsd" >
53 <parent >
64 <artifactId >sormas-base</artifactId >
75 <groupId >de.symeda.sormas</groupId >
2018 <artifactId >keycloak-core</artifactId >
2119 <scope >provided</scope >
2220 </dependency >
23-
2421 <dependency >
2522 <groupId >org.keycloak</groupId >
2623 <artifactId >keycloak-server-spi</artifactId >
2724 <version >${keycloak.version} </version >
2825 <scope >provided</scope >
2926 </dependency >
30-
3127 <dependency >
3228 <groupId >org.keycloak</groupId >
3329 <artifactId >keycloak-server-spi-private</artifactId >
4036 <artifactId >sormas-api</artifactId >
4137 <version >${project.version} </version >
4238 </dependency >
43-
44- <dependency >
45- <groupId >junit</groupId >
46- <artifactId >junit</artifactId >
47- <version >4.12</version >
48- </dependency >
4939 </dependencies >
5040
5141 <build >
You can’t perform that action at this time.
0 commit comments