Skip to content

Commit ab9c71c

Browse files
committed
fixed compiling diktat.jar #3
1 parent d09d086 commit ab9c71c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

diktat-ruleset/pom.xml

+6-5
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<version>${project.version}</version>
2020
<exclusions>
2121
<!-- Kotlin runtime & libraries will be provided by ktlint executable -->
22+
<!-- FIXME: should be removed after making diktat.jar as executable -->
2223
<exclusion>
2324
<groupId>org.jetbrains.kotlin</groupId>
2425
<artifactId>kotlin-stdlib-common</artifactId>
@@ -47,27 +48,27 @@
4748
<dependency>
4849
<groupId>org.jetbrains.kotlin</groupId>
4950
<artifactId>kotlin-stdlib-common</artifactId>
50-
<scope>test</scope>
51+
<scope>provided</scope>
5152
</dependency>
5253
<dependency>
5354
<groupId>org.jetbrains.kotlin</groupId>
5455
<artifactId>kotlin-stdlib-jdk7</artifactId>
55-
<scope>test</scope>
56+
<scope>provided</scope>
5657
</dependency>
5758
<dependency>
5859
<groupId>org.jetbrains.kotlin</groupId>
5960
<artifactId>kotlin-stdlib-jdk8</artifactId>
60-
<scope>test</scope>
61+
<scope>provided</scope>
6162
</dependency>
6263
<dependency>
6364
<groupId>org.jetbrains.kotlin</groupId>
6465
<artifactId>kotlin-stdlib</artifactId>
65-
<scope>test</scope>
66+
<scope>provided</scope>
6667
</dependency>
6768
<dependency>
6869
<groupId>org.jetbrains.kotlin</groupId>
6970
<artifactId>kotlin-compiler-embeddable</artifactId>
70-
<scope>test</scope>
71+
<scope>provided</scope>
7172
</dependency>
7273
<dependency>
7374
<groupId>org.junit.jupiter</groupId>

0 commit comments

Comments
 (0)