Skip to content

Commit de0e350

Browse files
committed
keycloak
1 parent d8a730a commit de0e350

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

jakarta-ee-example/pom.xml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<failOnMissingWebXml>false</failOnMissingWebXml>
1515
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1616
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
17-
<jakarta.jakartaee-api.version>8.0.0</jakarta.jakartaee-api.version>
18-
<microprofile.version>4.0.1</microprofile.version>
17+
<jakarta.jakartaee-api.version>10.0.0</jakarta.jakartaee-api.version>
18+
<microprofile.version>6.0</microprofile.version>
1919
<junit-jupiter.version>5.11.2</junit-jupiter.version>
2020
<mockito-core.version>5.4.0</mockito-core.version>
2121
<microshed-testing.version>0.9.2</microshed-testing.version>
@@ -77,20 +77,6 @@
7777
<scope>test</scope>
7878
</dependency>
7979

80-
81-
<dependency>
82-
<groupId>jakarta.json</groupId>
83-
<artifactId>jakarta.json-api</artifactId>
84-
<version>2.1.3</version>
85-
<scope>test</scope>
86-
</dependency>
87-
<dependency>
88-
<groupId>jakarta.json.bind</groupId>
89-
<artifactId>jakarta.json.bind-api</artifactId>
90-
<version>3.0.1</version>
91-
<scope>test</scope>
92-
</dependency>
93-
9480
<dependency>
9581
<groupId>org.microshed</groupId>
9682
<artifactId>microshed-testing-core-jakarta</artifactId>

0 commit comments

Comments
 (0)