diff options
Diffstat (limited to 'integration-tests/maven/projects/it-maven/pom.xml')
-rw-r--r-- | integration-tests/maven/projects/it-maven/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/integration-tests/maven/projects/it-maven/pom.xml b/integration-tests/maven/projects/it-maven/pom.xml index 9be87779..c6e0ef45 100644 --- a/integration-tests/maven/projects/it-maven/pom.xml +++ b/integration-tests/maven/projects/it-maven/pom.xml @@ -146,6 +146,10 @@ <pluginRepositories> <pluginRepository> + <id>kotlin-eap</id> + <url>https://dl.bintray.com/kotlin/kotlin-eap/</url> + </pluginRepository> + <pluginRepository> <id>kotlin-dev</id> <url>https://dl.bintray.com/kotlin/kotlin-dev/</url> </pluginRepository> |