Skip to content

Commit

Permalink
Clean versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rpoet-jh committed Feb 9, 2024
1 parent 825f082 commit 06788ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 0 additions & 7 deletions pass-deposit-services/deposit-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,9 @@
<handlebars.version>4.3.1</handlebars.version>
<sshd.version>2.11.0</sshd.version>
<jsoup.version>1.16.2</jsoup.version>
<spring-integration-mail.version>6.2.0</spring-integration-mail.version>
<testcontainers.version>1.19.4</testcontainers.version>
<greenmail-junit5.version>2.0.1</greenmail-junit5.version>
<javax-json.version>1.1.4</javax-json.version>
<maven-model.version>3.9.6</maven-model.version>
<mockito.version>4.8.1</mockito.version>
</properties>

<dependencies>
Expand All @@ -60,13 +57,11 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-mail</artifactId>
<version>${spring-boot-maven-plugin.version}</version>
</dependency>

<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-mail</artifactId>
<version>${spring-integration-mail.version}</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -233,14 +228,12 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>junit-jupiter</artifactId>
<version>${testcontainers.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>localstack</artifactId>
<version>${testcontainers.version}</version>
<scope>test</scope>
</dependency>

Expand Down
1 change: 1 addition & 0 deletions pass-deposit-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
<xom.version>1.3.9</xom.version>
<servlet-api.version>2.4</servlet-api.version>
<junit.jupiter.version>5.10.1</junit.jupiter.version>
<mockito.version>4.8.1</mockito.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 06788ab

Please sign in to comment.