File tree Expand file tree Collapse file tree 1 file changed +0
-38
lines changed Expand file tree Collapse file tree 1 file changed +0
-38
lines changed Original file line number Diff line number Diff line change 76
76
<javax .jws-api.version>1.1</javax .jws-api.version>
77
77
<jjwt .version>0.9.1</jjwt .version>
78
78
<spring-native .version>0.10.1</spring-native .version>
79
- <kotlin .version>1.5.21</kotlin .version>
80
79
</properties >
81
80
82
81
<dependencyManagement >
166
165
</exclusion >
167
166
</exclusions >
168
167
</dependency >
169
- <dependency >
170
- <groupId >org.jetbrains.kotlin</groupId >
171
- <artifactId >kotlin-stdlib-jdk8</artifactId >
172
- <version >${kotlin.version} </version >
173
- </dependency >
174
- <dependency >
175
- <groupId >org.jetbrains.kotlin</groupId >
176
- <artifactId >kotlin-test</artifactId >
177
- <version >${kotlin.version} </version >
178
- <scope >test</scope >
179
- </dependency >
180
168
</dependencies >
181
169
<build >
182
170
<pluginManagement >
188
176
</plugin >
189
177
</plugins >
190
178
</pluginManagement >
191
- <plugins >
192
- <plugin >
193
- <groupId >org.jetbrains.kotlin</groupId >
194
- <artifactId >kotlin-maven-plugin</artifactId >
195
- <version >${kotlin.version} </version >
196
- <executions >
197
- <execution >
198
- <id >compile</id >
199
- <phase >compile</phase >
200
- <goals >
201
- <goal >compile</goal >
202
- </goals >
203
- </execution >
204
- <execution >
205
- <id >test-compile</id >
206
- <phase >test-compile</phase >
207
- <goals >
208
- <goal >test-compile</goal >
209
- </goals >
210
- </execution >
211
- </executions >
212
- <configuration >
213
- <jvmTarget >1.8</jvmTarget >
214
- </configuration >
215
- </plugin >
216
- </plugins >
217
179
</build >
218
180
219
181
<profiles >
You can’t perform that action at this time.
0 commit comments