Skip to content

Commit

Permalink
Remove logback dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophietje committed Nov 29, 2024
1 parent 48d08bf commit 1c7ffc0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions knowledge-directory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
<jersey3-version>3.1.9</jersey3-version>
<jackson-version>2.18.1</jackson-version>
<junit-version>4.13.1</junit-version>
<logback-version>1.5.12</logback-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand All @@ -36,12 +35,6 @@
<artifactId>swagger-jaxrs2-servlet-initializer-v2-jakarta</artifactId>
<version>${swagger-core-version}</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>${logback-version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
Expand Down

0 comments on commit 1c7ffc0

Please sign in to comment.