Skip to content

Commit

Permalink
Added dependency
Browse files Browse the repository at this point in the history
Bug-Url: #136
Signed-off-by: Laszlo Hornyak <[email protected]>
  • Loading branch information
K0zka committed Mar 12, 2016
1 parent 9cbe8ac commit 811c7d5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@
<url>https://github.com/kerubistan/kerub</url>
</organization>

<repositories>
<repository>
<id>jcenter</id>
<url>http://jcenter.bintray.com/</url>
</repository>
</repositories>

<properties>
<kotlin.version>1.0.0</kotlin.version>
<spring.version>4.2.4.RELEASE</spring.version>
Expand Down Expand Up @@ -300,6 +307,12 @@
<artifactId>kovenant-core</artifactId>
<version>${kovenant.version}</version>
</dependency>
<dependency>
<groupId>com.nhaarman</groupId>
<artifactId>mockito-kotlin</artifactId>
<version>0.3.0</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<sourceDirectory>src/main/kotlin</sourceDirectory>
Expand Down

0 comments on commit 811c7d5

Please sign in to comment.