File tree Expand file tree Collapse file tree 1 file changed +3
-18
lines changed Expand file tree Collapse file tree 1 file changed +3
-18
lines changed Original file line number Diff line number Diff line change 109109 <scope >compile</scope >
110110 </dependency >
111111
112- <!-- only for testing... -->
113- <dependency >
114- <groupId >org.junit.jupiter</groupId >
115- <artifactId >junit-jupiter</artifactId >
116- <scope >test</scope >
117- </dependency >
118- <dependency >
119- <groupId >org.junit.jupiter</groupId >
120- <artifactId >junit-jupiter-api</artifactId >
121- <scope >test</scope >
122- </dependency >
112+ <!-- Test dependencies -->
113+
123114 <dependency >
124115 <groupId >org.jetbrains.kotlin</groupId >
125- <artifactId >kotlin-test-junit </artifactId >
116+ <artifactId >kotlin-test-junit5 </artifactId >
126117 <version >${version.kotlin} </version >
127118 <scope >test</scope >
128- <exclusions >
129- <exclusion >
130- <groupId >junit</groupId >
131- <artifactId >junit</artifactId >
132- </exclusion >
133- </exclusions >
134119 </dependency >
135120 <dependency >
136121 <groupId >com.fasterxml.jackson.dataformat</groupId >
You can’t perform that action at this time.
0 commit comments