|
@@ -9,6 +9,9 @@
|
|
<name>ActiveWeb Benchmark App</name>
|
|
<name>ActiveWeb Benchmark App</name>
|
|
|
|
|
|
<properties>
|
|
<properties>
|
|
|
|
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
+ <maven.compiler.source>11</maven.compiler.source>
|
|
|
|
+ <maven.compiler.target>11</maven.compiler.target>
|
|
<activeweb.version>1.11</activeweb.version>
|
|
<activeweb.version>1.11</activeweb.version>
|
|
<activejdbc.version>1.4.10</activejdbc.version>
|
|
<activejdbc.version>1.4.10</activejdbc.version>
|
|
</properties>
|
|
</properties>
|
|
@@ -33,10 +36,9 @@
|
|
<plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
- <version>3.1</version>
|
|
|
|
|
|
+ <version>3.8.0</version>
|
|
<configuration>
|
|
<configuration>
|
|
- <source>1.7</source>
|
|
|
|
- <target>1.7</target>
|
|
|
|
|
|
+ <debug>false</debug>
|
|
</configuration>
|
|
</configuration>
|
|
</plugin>
|
|
</plugin>
|
|
|
|
|
|
@@ -108,17 +110,17 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.slf4j</groupId>
|
|
<groupId>org.slf4j</groupId>
|
|
<artifactId>slf4j-simple</artifactId>
|
|
<artifactId>slf4j-simple</artifactId>
|
|
- <version>1.7.25</version>
|
|
|
|
|
|
+ <version>1.8.0-beta4</version>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
<artifactId>jackson-core</artifactId>
|
|
<artifactId>jackson-core</artifactId>
|
|
- <version>2.9.7</version>
|
|
|
|
|
|
+ <version>2.9.8</version>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
<artifactId>jackson-databind</artifactId>
|
|
<artifactId>jackson-databind</artifactId>
|
|
- <version>2.9.7</version>
|
|
|
|
|
|
+ <version>2.9.8</version>
|
|
</dependency>
|
|
</dependency>
|
|
</dependencies>
|
|
</dependencies>
|
|
|
|
|