Remove kotlin-reflect dep from integration-test.

This commit is contained in:
Eric Cochran
2018-04-06 16:17:26 -07:00
committed by GitHub
parent dbdf48777c
commit 7d4a10f521

View File

@@ -22,10 +22,6 @@
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-reflect</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>