|
@@ -7,12 +7,12 @@
|
|
|
|
|
|
<groupId>io.vertx</groupId>
|
|
|
<artifactId>vertx-web-benchmark</artifactId>
|
|
|
- <version>3.9.0</version>
|
|
|
+ <version>3.9.2</version>
|
|
|
|
|
|
<properties>
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
- <maven.compiler.source>11</maven.compiler.source>
|
|
|
- <maven.compiler.target>11</maven.compiler.target>
|
|
|
+ <maven.compiler.source>8</maven.compiler.source>
|
|
|
+ <maven.compiler.target>8</maven.compiler.target>
|
|
|
<!-- the main class -->
|
|
|
<main.verticle>io.vertx.benchmark.App</main.verticle>
|
|
|
</properties>
|
|
@@ -73,12 +73,6 @@
|
|
|
<version>42.2.5</version>
|
|
|
</dependency>
|
|
|
|
|
|
- <dependency>
|
|
|
- <groupId>com.fasterxml.jackson.module</groupId>
|
|
|
- <artifactId>jackson-module-afterburner</artifactId>
|
|
|
- <version>2.10.2</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
<dependency>
|
|
|
<groupId>javax.xml.bind</groupId>
|
|
|
<artifactId>jaxb-api</artifactId>
|
|
@@ -89,19 +83,6 @@
|
|
|
|
|
|
<build>
|
|
|
|
|
|
- <pluginManagement>
|
|
|
- <plugins>
|
|
|
- <!-- We specify the Maven compiler plugin as we need to set it to Java 1.8 -->
|
|
|
- <plugin>
|
|
|
- <artifactId>maven-compiler-plugin</artifactId>
|
|
|
- <version>3.8.0</version>
|
|
|
- <configuration>
|
|
|
- <debug>false</debug>
|
|
|
- </configuration>
|
|
|
- </plugin>
|
|
|
- </plugins>
|
|
|
- </pluginManagement>
|
|
|
-
|
|
|
<plugins>
|
|
|
<plugin>
|
|
|
<groupId>com.fizzed</groupId>
|