Skip to content

Commit

Permalink
Refuse konvert
Browse files Browse the repository at this point in the history
  • Loading branch information
pavetok committed Feb 17, 2024
1 parent 790a2c4 commit 17d2cbf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions libs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,6 @@
<artifactId>mapstruct</artifactId>
<version>${mapstruct.version}</version>
</dependency>
<dependency>
<groupId>io.mcarle</groupId>
<artifactId>konvert-api</artifactId>
<version>${konvert.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
<mapstruct.version>1.5.5.Final</mapstruct.version>
<spring.version>6.1.3</spring.version>
<kotlin.version>1.9.22</kotlin.version>
<konvert.version>3.0.0</konvert.version>
<jacoco.version>0.8.11</jacoco.version>
<skipTests>false</skipTests>
<skipUnits>${skipTests}</skipUnits>
Expand Down

0 comments on commit 17d2cbf

Please sign in to comment.