File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 19
19
<version >${project.version} </version >
20
20
<exclusions >
21
21
<!-- Kotlin runtime & libraries will be provided by ktlint executable -->
22
- <!-- FIXME: should be removed after making diktat.jar as executable -->
23
22
<exclusion >
24
23
<groupId >org.jetbrains.kotlin</groupId >
25
24
<artifactId >kotlin-stdlib-common</artifactId >
48
47
<dependency >
49
48
<groupId >org.jetbrains.kotlin</groupId >
50
49
<artifactId >kotlin-stdlib-common</artifactId >
51
- <scope >provided </scope >
50
+ <scope >test </scope >
52
51
</dependency >
53
52
<dependency >
54
53
<groupId >org.jetbrains.kotlin</groupId >
55
54
<artifactId >kotlin-stdlib-jdk7</artifactId >
56
- <scope >provided </scope >
55
+ <scope >test </scope >
57
56
</dependency >
58
57
<dependency >
59
58
<groupId >org.jetbrains.kotlin</groupId >
60
59
<artifactId >kotlin-stdlib-jdk8</artifactId >
61
- <scope >provided </scope >
60
+ <scope >test </scope >
62
61
</dependency >
63
62
<dependency >
64
63
<groupId >org.jetbrains.kotlin</groupId >
65
64
<artifactId >kotlin-stdlib</artifactId >
66
- <scope >provided </scope >
65
+ <scope >test </scope >
67
66
</dependency >
68
67
<dependency >
69
68
<groupId >org.jetbrains.kotlin</groupId >
70
69
<artifactId >kotlin-compiler-embeddable</artifactId >
71
- <scope >provided </scope >
70
+ <scope >test </scope >
72
71
</dependency >
73
72
<dependency >
74
73
<groupId >org.junit.jupiter</groupId >
You can’t perform that action at this time.
0 commit comments