Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit 3367aed

Browse files
author
Stefan Kock
committed
SORMAS-Foundation#3602: removed superfluous junit mentioning, formatting
1 parent 70fa407 commit 3367aed

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

  • sormas-keycloak-service-provider

sormas-keycloak-service-provider/pom.xml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
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>
@@ -20,14 +18,12 @@
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>
@@ -40,12 +36,6 @@
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>

0 commit comments

Comments
 (0)