Skip to content

Commit

Permalink
remove unused dependencies to avoid confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
rieckpil committed Aug 10, 2023
1 parent 83a3fb8 commit 2ea2739
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 83 deletions.
14 changes: 0 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
Expand All @@ -53,16 +49,6 @@
<artifactId>spring-security-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-testcontainers</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock-jre8-standalone</artifactId>
Expand Down
30 changes: 0 additions & 30 deletions src/main/java/de/rieckpil/CommentViewController.java

This file was deleted.

39 changes: 0 additions & 39 deletions src/main/resources/templates/all-comments.html

This file was deleted.

0 comments on commit 2ea2739

Please sign in to comment.