File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
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 -->
22
23
<exclusion >
23
24
<groupId >org.jetbrains.kotlin</groupId >
24
25
<artifactId >kotlin-stdlib-common</artifactId >
47
48
<dependency >
48
49
<groupId >org.jetbrains.kotlin</groupId >
49
50
<artifactId >kotlin-stdlib-common</artifactId >
50
- <scope >test </scope >
51
+ <scope >provided </scope >
51
52
</dependency >
52
53
<dependency >
53
54
<groupId >org.jetbrains.kotlin</groupId >
54
55
<artifactId >kotlin-stdlib-jdk7</artifactId >
55
- <scope >test </scope >
56
+ <scope >provided </scope >
56
57
</dependency >
57
58
<dependency >
58
59
<groupId >org.jetbrains.kotlin</groupId >
59
60
<artifactId >kotlin-stdlib-jdk8</artifactId >
60
- <scope >test </scope >
61
+ <scope >provided </scope >
61
62
</dependency >
62
63
<dependency >
63
64
<groupId >org.jetbrains.kotlin</groupId >
64
65
<artifactId >kotlin-stdlib</artifactId >
65
- <scope >test </scope >
66
+ <scope >provided </scope >
66
67
</dependency >
67
68
<dependency >
68
69
<groupId >org.jetbrains.kotlin</groupId >
69
70
<artifactId >kotlin-compiler-embeddable</artifactId >
70
- <scope >test </scope >
71
+ <scope >provided </scope >
71
72
</dependency >
72
73
<dependency >
73
74
<groupId >org.junit.jupiter</groupId >
You can’t perform that action at this time.
0 commit comments