From 7d4a10f5213118dccbcecdbb4d5adfa777cbaf5a Mon Sep 17 00:00:00 2001 From: Eric Cochran Date: Fri, 6 Apr 2018 16:17:26 -0700 Subject: [PATCH] Remove kotlin-reflect dep from integration-test. --- kotlin-codegen/integration-test/pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/kotlin-codegen/integration-test/pom.xml b/kotlin-codegen/integration-test/pom.xml index 8b24a4e..c8b8b2b 100644 --- a/kotlin-codegen/integration-test/pom.xml +++ b/kotlin-codegen/integration-test/pom.xml @@ -22,10 +22,6 @@ org.jetbrains.kotlin kotlin-stdlib - - org.jetbrains.kotlin - kotlin-reflect - junit junit