Skip to content

Commit

Permalink
la boot bestemme logback version
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-olaveide committed Nov 30, 2023
1 parent 1504ce1 commit a906d47
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
<module>token-client-core</module>
</modules>
<properties>
<logback.version>1.4.8</logback.version>
<kotlin-coroutines.version>1.6.2</kotlin-coroutines.version>
<doclint>none</doclint>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
Expand All @@ -64,7 +63,6 @@
<kotlin.code.style>official</kotlin.code.style>
<kotlin.version>1.9.21</kotlin.version>
<mock-oauth2-server.version>2.0.1</mock-oauth2-server.version>
<groovy.version>3.0.19</groovy.version>
<nimbus.jose.jwt.version>9.37.1</nimbus.jose.jwt.version>
<kotest.version>5.8.0</kotest.version>
<kotlin.compiler.jvmTarget>17</kotlin.compiler.jvmTarget>
Expand Down Expand Up @@ -408,11 +406,6 @@
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>${logback.version}</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
Expand Down

0 comments on commit a906d47

Please sign in to comment.