dependencies: remove old kotlin runtime from pom.xml

This commit is contained in:
Bixilon 2021-02-10 16:35:47 +01:00
parent 0028151a1a
commit d60067de06
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4

View File

@ -248,11 +248,6 @@
<version>${kotlin.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-runtime</artifactId>
<version>1.2.71</version>
</dependency>
<dependency>
<groupId>com.github.Bixilon</groupId>
<artifactId>ascii-table</artifactId>