diff --git a/modules/gatling-ext/pom.xml b/modules/gatling-ext/pom.xml index b8959efdf..dbecf511e 100644 --- a/modules/gatling-ext/pom.xml +++ b/modules/gatling-ext/pom.xml @@ -34,9 +34,10 @@ 1.0.0-SNAPSHOT + 2.13.14 3.10.4 4.8.2 - 4.8.1 + 4.9.10 UTF-8 @@ -47,6 +48,42 @@ + + org.codehaus.mojo + flatten-maven-plugin + + + flatten + false + + + + + + net.alchim31.maven + scala-maven-plugin + 4.9.10 + + + scala-compile-first + process-resources + + add-source + compile + + + + scala-test-compile + process-test-resources + + testCompile + + + + + ${scala.library.version} + + org.apache.felix maven-bundle-plugin