Skip to content

Commit 789ad81

Browse files
committed
Kotlin cleanup. Fixes #1225.
1 parent f756d30 commit 789ad81

File tree

1 file changed

+0
-38
lines changed

1 file changed

+0
-38
lines changed

pom.xml

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@
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>
@@ -166,17 +165,6 @@
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>
@@ -188,32 +176,6 @@
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>

0 commit comments

Comments
 (0)