Skip to content

Commit

Permalink
removes unnecessary dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli committed Sep 30, 2023
1 parent 7799f65 commit 84df899
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions r2dbc/boot-jooq-r2dbc-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

<java.version>21</java.version>
<springdoc-openapi.version>2.2.0</springdoc-openapi.version>
<commons-io.version>2.14.0</commons-io.version>
<testcontainers-jooq-codegen-maven-plugin.version>0.0.3</testcontainers-jooq-codegen-maven-plugin.version>

<project.testresult.directory>${project.build.directory}/test-results</project.testresult.directory>
Expand Down Expand Up @@ -106,15 +105,6 @@
<artifactId>springdoc-openapi-starter-webflux-ui</artifactId>
<version>${springdoc-openapi.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>${commons-io.version}</version>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit 84df899

Please sign in to comment.