File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 92
92
<version >${version.kotlin} </version >
93
93
<scope >compile</scope >
94
94
</dependency >
95
+
96
+ <!-- only for testing... -->
97
+ <dependency >
98
+ <groupId >junit</groupId >
99
+ <artifactId >junit</artifactId >
100
+ <version >${version.junit} </version >
101
+ <scope >test</scope >
102
+ </dependency >
95
103
<dependency >
96
104
<groupId >org.jetbrains.kotlin</groupId >
97
- <artifactId >kotlin-test</artifactId >
105
+ <artifactId >kotlin-test-junit </artifactId >
98
106
<version >${version.kotlin} </version >
99
107
<scope >test</scope >
100
108
</dependency >
103
111
<artifactId >jackson-dataformat-xml</artifactId >
104
112
<scope >test</scope >
105
113
</dependency >
106
-
107
- <!-- only for testing... -->
108
- <dependency >
109
- <groupId >junit</groupId >
110
- <artifactId >junit</artifactId >
111
- <version >${version.junit} </version >
112
- <scope >test</scope >
113
- </dependency >
114
114
</dependencies >
115
115
116
116
<build >
You can’t perform that action at this time.
0 commit comments