Skip to content

Commit

Permalink
Merge pull request #4 from manuelprinz/fix-dependencies
Browse files Browse the repository at this point in the history
Fix dependencies
  • Loading branch information
SevKohler committed Mar 20, 2024
2 parents 670b0fe + 5be8147 commit a692ba6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>6.0.6</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
Expand All @@ -69,12 +68,11 @@
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
<version>2.13.3</version>
<version>${jackson-bom.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>6.0.6</version>
</dependency>
<dependency>
<groupId>net.jcip</groupId>
Expand Down

0 comments on commit a692ba6

Please sign in to comment.