added some extra dependencies that kinda should come from the kotlin compiler but at least it makes the tests run more reliably with maven with and without localKotlin profiles

This commit is contained in:
James Strachan
2012-03-13 16:57:40 +00:00
parent ca81d97b54
commit b6a1572b24
+13
View File
@@ -31,6 +31,19 @@
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<!-- TODO not sure why we have to list transitive dependendcies on compiler... -->
<dependency>
<groupId>asm</groupId>
<artifactId>asm-util</artifactId>
<version>3.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>asm</groupId>
<artifactId>asm-commons</artifactId>
<version>3.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>