Skip to content

Commit

Permalink
Replace quarkus-kotlin test dep with kotlin-stdlib, smallrye-config
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Edgar <[email protected]>
  • Loading branch information
MikeEdgar committed Oct 18, 2023
1 parent 5d40a92 commit 97d650f
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions extension-jaxrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,14 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-kotlin</artifactId>
<version>${version.quarkus}</version>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.9.10</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config</artifactId>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 97d650f

Please sign in to comment.