Remove kotlin-maven-plugin dependency.

Original Pull Request: #2866
This commit is contained in:
Christoph Strobl
2023-07-07 11:35:01 +02:00
parent 09281c7182
commit 0850e0ccd5

View File

@@ -127,12 +127,6 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-maven-plugin</artifactId>
<version>${kotlin}</version>
</dependency>
<!-- RxJava -->
<dependency>