|
|
|
@ -27,9 +27,14 @@ |
|
|
|
|
<groupId>org.jetbrains.kotlin</groupId> |
|
|
|
|
<artifactId>kotlin-stdlib-jdk8</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
<!-- XXX(gpe): must be before kotlin-test-junit5 so we get the correct version of junit-jupiter-api (ugh!) --> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.junit.jupiter</groupId> |
|
|
|
|
<artifactId>junit-jupiter</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.jetbrains.kotlin</groupId> |
|
|
|
|
<artifactId>kotlin-test-junit5</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
</dependencies> |
|
|
|
|
</project> |
|
|
|
|