Selenium tests module pom.xml: module shouldn't depend to kotlin-js-library as it makes IDEA

detect it as a JavaScript module
This commit is contained in:
Sergey Mashkov
2015-08-14 13:38:25 +03:00
parent 3a323d562d
commit 77a8eddb2a
@@ -25,6 +25,12 @@
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-js-tests</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-js-library</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>