Skip to content

Commit

Permalink
feature(#1023): clean up dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lmoesle committed Nov 30, 2023
1 parent 6038d3a commit 35eb6ac
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
5 changes: 0 additions & 5 deletions digiwf-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,6 @@
<artifactId>digiwf-email-integration-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>de.muenchen.oss.digiwf</groupId>
<artifactId>digiwf-email-integration-example</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>de.muenchen.oss.digiwf</groupId>
<artifactId>digiwf-email-integration-service</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,6 @@
<groupId>de.muenchen.oss.digiwf</groupId>
<artifactId>digiwf-email-starter</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-mail</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
Expand Down Expand Up @@ -59,12 +51,6 @@
<artifactId>junit-jupiter-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<version>1.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
Expand Down

0 comments on commit 35eb6ac

Please sign in to comment.