Skip to content

Commit

Permalink
remove unused maven deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Clay-Ferguson committed Dec 19, 2024
1 parent 29255ad commit 297c824
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions pom-common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,6 @@
</parent>

<dependencies>
<!-- todo-0: what was this? -->
<dependency>
<groupId>com.vladmihalcea</groupId>
<artifactId>hibernate-types-60</artifactId>
<version>2.21.1</version>
</dependency>

<!-- todo-0: do we still need this with postgres now gone? -->
<dependency>
<groupId>jakarta.persistence</groupId>
<artifactId>jakarta.persistence-api</artifactId>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
Expand Down

0 comments on commit 297c824

Please sign in to comment.