Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
hantsy committed Apr 8, 2024
1 parent 77a2561 commit bd4c523
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions boot-data-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
<description>Demo project for Spring Boot</description>
<properties>
<java.version>21</java.version>
<testcontainers.version>1.19.7</testcontainers.version>
</properties>
<dependencies>
<dependency>
Expand Down Expand Up @@ -64,17 +63,6 @@
<scope>test</scope>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers-bom</artifactId>
<version>${testcontainers.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>

<build>
<plugins>
Expand Down

0 comments on commit bd4c523

Please sign in to comment.