website module depends on apidocs

This commit is contained in:
Stepan Koltsov
2012-06-09 20:18:28 +04:00
parent 2286022307
commit 912ef3f639
+5
View File
@@ -20,6 +20,11 @@
<artifactId>kotlin-stdlib</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>apidoc</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.pegdown</groupId>
<artifactId>pegdown</artifactId>