Skip to content

Commit

Permalink
removed double dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
belagertem committed Apr 8, 2024
1 parent f323a47 commit 6f1db38
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions sdccc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -259,13 +259,6 @@
<version>${kotlin.version}</version>
<scope>test</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/io.gitlab.arturbosch.detekt/detekt-formatting -->
<dependency>
<groupId>io.gitlab.arturbosch.detekt</groupId>
<artifactId>detekt-formatting</artifactId>
<version>${detektVersion}</version>
<scope>runtime</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/com.lemonappdev/konsist -->
<dependency>
<groupId>com.lemonappdev</groupId>
Expand Down Expand Up @@ -497,7 +490,6 @@
<groupId>io.gitlab.arturbosch.detekt</groupId>
<artifactId>detekt-formatting</artifactId>
<version>${detektVersion}</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit 6f1db38

Please sign in to comment.