* Kovert examples

* Moved the Kovert examples to kotlin-libraries
This commit is contained in:
Graham Cox
2019-01-08 10:44:18 +00:00
committed by Grzegorz Piwowarek
parent 4ee56655cf
commit ffcb8f5866
8 changed files with 447 additions and 1 deletions
+18 -1
View File
@@ -95,6 +95,23 @@
<version>0.7.3</version>
</dependency>
<dependency>
<groupId>uy.kohesive.kovert</groupId>
<artifactId>kovert-vertx</artifactId>
<version>[1.5.0,1.6.0)</version>
<exclusions>
<exclusion>
<groupId>nl.komponents.kovenant</groupId>
<artifactId>kovenant</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>nl.komponents.kovenant</groupId>
<artifactId>kovenant</artifactId>
<version>3.3.0</version>
<type>pom</type>
</dependency>
</dependencies>
<properties>
@@ -110,4 +127,4 @@
<exposed.version>0.10.4</exposed.version>
</properties>
</project>
</project>