From 7e71d1c86f44617cfd09caedff1107bdcf27b255 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Thu, 16 Apr 2020 17:07:59 +0200 Subject: Add Scala compiler. Change-Id: I68ffcf35b1b6ea2e42a479bdb71f868a486781db --- pom.xml | 90 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 5f7a1f1..c5261ca 100644 --- a/pom.xml +++ b/pom.xml @@ -13,6 +13,8 @@ 11 11 + 2.13.3 + UTF-8 UTF-8 @@ -21,6 +23,7 @@ 1.7.0.Final 3.1.0 2.0.1 + 4.4.0 quarkus-bom @@ -35,6 +38,7 @@ 1.6.1 5.6.0 1.13.1 + 1.4.0 3.9.0 42.2.14 1.15.0 @@ -121,10 +125,25 @@ + + org.scala-lang + scala-library + ${scala.version} + + + org.scala-lang + scala-reflect + ${scala.version} + + io.quarkus quarkus-agroal + + io.quarkus + quarkus-scala + io.quarkus quarkus-elytron-security-properties-file @@ -368,6 +387,77 @@ + + net.alchim31.maven + scala-maven-plugin + ${scala-plugin.version} + + + + scala-compile-first + process-resources + + add-source + compile + + + + scala-test-compile + process-test-resources + + add-source + testCompile + + + + + + ${scala.version} + false + + + -Xsource:3 + + + + + -Xlint:deprecation + + + + + + + org.hibernate + hibernate-jpamodelgen + ${hibernate.version} + + + + + io.quarkus + quarkus-panache-common + ${quarkus.version} + + + + + org.jetbrains.kotlin + kotlin-annotations-jvm + ${kotlin-annotations.version} + + + + + + + -- cgit v1.2.3