use jdk annotations from maven repository

This commit is contained in:
Nikita Skvortsov
2013-03-27 14:40:02 +04:00
parent a876ea9fd0
commit e4b5165e8a
5 changed files with 37 additions and 17 deletions
@@ -52,6 +52,11 @@
<artifactId>kotlin-compiler</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-jdk-annotations</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kdoc</artifactId>