Skip to content

Commit b6a1572

Browse files
committed
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
1 parent ca81d97 commit b6a1572

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

libraries/website/pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,19 @@
3131
<version>${project.version}</version>
3232
<scope>test</scope>
3333
</dependency>
34+
<!-- TODO not sure why we have to list transitive dependendcies on compiler... -->
35+
<dependency>
36+
<groupId>asm</groupId>
37+
<artifactId>asm-util</artifactId>
38+
<version>3.3</version>
39+
<scope>test</scope>
40+
</dependency>
41+
<dependency>
42+
<groupId>asm</groupId>
43+
<artifactId>asm-commons</artifactId>
44+
<version>3.3</version>
45+
<scope>test</scope>
46+
</dependency>
3447
<dependency>
3548
<groupId>junit</groupId>
3649
<artifactId>junit</artifactId>

0 commit comments

Comments
 (0)