Skip to content

Commit 5231520

Browse files
committed
Revert "fixed compiling diktat.jar #3"
This reverts commit 9d9a695.
1 parent 9d9a695 commit 5231520

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

diktat-ruleset/pom.xml

+5-6
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
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 -->
2322
<exclusion>
2423
<groupId>org.jetbrains.kotlin</groupId>
2524
<artifactId>kotlin-stdlib-common</artifactId>
@@ -48,27 +47,27 @@
4847
<dependency>
4948
<groupId>org.jetbrains.kotlin</groupId>
5049
<artifactId>kotlin-stdlib-common</artifactId>
51-
<scope>provided</scope>
50+
<scope>test</scope>
5251
</dependency>
5352
<dependency>
5453
<groupId>org.jetbrains.kotlin</groupId>
5554
<artifactId>kotlin-stdlib-jdk7</artifactId>
56-
<scope>provided</scope>
55+
<scope>test</scope>
5756
</dependency>
5857
<dependency>
5958
<groupId>org.jetbrains.kotlin</groupId>
6059
<artifactId>kotlin-stdlib-jdk8</artifactId>
61-
<scope>provided</scope>
60+
<scope>test</scope>
6261
</dependency>
6362
<dependency>
6463
<groupId>org.jetbrains.kotlin</groupId>
6564
<artifactId>kotlin-stdlib</artifactId>
66-
<scope>provided</scope>
65+
<scope>test</scope>
6766
</dependency>
6867
<dependency>
6968
<groupId>org.jetbrains.kotlin</groupId>
7069
<artifactId>kotlin-compiler-embeddable</artifactId>
71-
<scope>provided</scope>
70+
<scope>test</scope>
7271
</dependency>
7372
<dependency>
7473
<groupId>org.junit.jupiter</groupId>

0 commit comments

Comments
 (0)