From 394b5b01b30a1247668da4bf6f22720b1e7228b7 Mon Sep 17 00:00:00 2001 From: Ryan Collins Date: Sat, 21 Dec 2019 20:14:46 +0000 Subject: [PATCH] #18: add vertx to the project for REST --- server/pom.xml | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/server/pom.xml b/server/pom.xml index bbf4f71..bd294da 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -13,6 +13,7 @@ 5.5.2 UTF-8 1.6.1 + 1.3.61 @@ -46,6 +47,17 @@ slf4j-api ${slf4jVersion} + + org.jetbrains.kotlin + kotlin-stdlib-jdk8 + ${kotlin.version} + + + org.jetbrains.kotlin + kotlin-test + ${kotlin.version} + test + @@ -55,10 +67,50 @@ maven-surefire-plugin 3.0.0-M3 + + org.jetbrains.kotlin + kotlin-maven-plugin + ${kotlin.version} + + + compile + compile + + compile + + + + test-compile + test-compile + + test-compile + + + + + 1.8 + + org.apache.maven.plugins maven-compiler-plugin 3.8.1 + + + compile + compile + + compile + + + + testCompile + test-compile + + testCompile + + + 1.8 1.8