Merge pull request #486 from square/eric.integration-reflect

Remove kotlin-reflect dep from integration-test.
This commit is contained in:
Jesse Wilson
2018-04-06 20:19:55 -07:00
committed by GitHub

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>