Skip to content

Commit 8b9d90e

Browse files
authored
Merge pull request #18690 from panos-kakos/JAVA-48073
[JAVA-44083]Removed warnings
2 parents 168847c + 6e491b2 commit 8b9d90e

File tree

1 file changed

+2
-28
lines changed
  • spring-boot-modules/spring-boot-keycloak-2

1 file changed

+2
-28
lines changed

spring-boot-modules/spring-boot-keycloak-2/pom.xml

Lines changed: 2 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.baeldung.keycloak</groupId>
77
<artifactId>spring-boot-keycloak-2</artifactId>
@@ -17,35 +17,11 @@
1717
</parent>
1818

1919
<dependencies>
20-
<dependency>
21-
<groupId>org.springframework.boot</groupId>
22-
<artifactId>spring-boot-starter-web</artifactId>
23-
</dependency>
24-
<dependency>
25-
<groupId>org.springframework.boot</groupId>
26-
<artifactId>spring-boot-starter-security</artifactId>
27-
</dependency>
28-
<dependency>
29-
<groupId>org.springframework.boot</groupId>
30-
<artifactId>spring-boot-starter-oauth2-resource-server</artifactId>
31-
</dependency>
32-
<dependency>
33-
<groupId>org.springframework.boot</groupId>
34-
<artifactId>spring-boot-starter-oauth2-client</artifactId>
35-
</dependency>
36-
<dependency>
37-
<groupId>org.springframework.boot</groupId>
38-
<artifactId>spring-boot-starter-test</artifactId>
39-
<scope>test</scope>
40-
</dependency>
41-
42-
<!-- https://mvnrepository.com/artifact/org.keycloak/keycloak-admin-client -->
4320
<dependency>
4421
<groupId>org.keycloak</groupId>
4522
<artifactId>keycloak-admin-client</artifactId>
4623
<version>${keycloak.version}</version>
4724
</dependency>
48-
4925
<dependency>
5026
<groupId>org.keycloak</groupId>
5127
<artifactId>keycloak-core</artifactId>
@@ -58,7 +34,6 @@
5834
<version>${keycloak.version}</version>
5935
<scope>provided</scope>
6036
</dependency>
61-
6237
<dependency>
6338
<groupId>org.keycloak</groupId>
6439
<artifactId>keycloak-server-spi-private</artifactId>
@@ -71,7 +46,6 @@
7146
<scope>provided</scope>
7247
<version>${keycloak.version}</version>
7348
</dependency>
74-
7549
<dependency>
7650
<groupId>org.springframework.boot</groupId>
7751
<artifactId>spring-boot-starter-oauth2-resource-server</artifactId>

0 commit comments

Comments
 (0)