Skip to content

Commit

Permalink
fixed compiling diktat.jar #3
Browse files Browse the repository at this point in the history
  • Loading branch information
nulls committed Nov 15, 2022
1 parent d09d086 commit ab9c71c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions diktat-ruleset/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<version>${project.version}</version>
<exclusions>
<!-- Kotlin runtime & libraries will be provided by ktlint executable -->
<!-- FIXME: should be removed after making diktat.jar as executable -->
<exclusion>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-common</artifactId>
Expand Down Expand Up @@ -47,27 +48,27 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-common</artifactId>
<scope>test</scope>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk7</artifactId>
<scope>test</scope>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<scope>test</scope>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<scope>test</scope>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-compiler-embeddable</artifactId>
<scope>test</scope>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down

0 comments on commit ab9c71c

Please sign in to comment.