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 7676 <javax .jws-api.version>1.1</javax .jws-api.version>
7777 <jjwt .version>0.9.1</jjwt .version>
7878 <spring-native .version>0.10.1</spring-native .version>
79- <kotlin .version>1.5.21</kotlin .version>
8079 </properties >
8180
8281 <dependencyManagement >
166165 </exclusion >
167166 </exclusions >
168167 </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 >
180168 </dependencies >
181169 <build >
182170 <pluginManagement >
188176 </plugin >
189177 </plugins >
190178 </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 >
217179 </build >
218180
219181 <profiles >
You can’t perform that action at this time.
0 commit comments