|
@@ -26,11 +26,11 @@
|
|
|
<name>${project.artifactId}</name>
|
|
|
|
|
|
<properties>
|
|
|
- <helidon.version>1.0.0</helidon.version>
|
|
|
+ <helidon.version>1.0.3</helidon.version>
|
|
|
<!-- Default package. Will be overriden by Maven archetype -->
|
|
|
<package>io.helidon.examples.quickstart.se</package>
|
|
|
<mainClass>io.helidon.benchmark.Main</mainClass>
|
|
|
- <maven.compiler.source>8</maven.compiler.source>
|
|
|
+ <maven.compiler.source>11</maven.compiler.source>
|
|
|
<maven.compiler.target>${maven.compiler.source}</maven.compiler.target>
|
|
|
<libs.classpath.prefix>libs</libs.classpath.prefix>
|
|
|
<copied.libs.dir>${project.build.directory}/${libs.classpath.prefix}</copied.libs.dir>
|
|
@@ -46,22 +46,25 @@
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
- <version>3.1</version>
|
|
|
+ <version>3.8.0</version>
|
|
|
+ <configuration>
|
|
|
+ <debug>false</debug>
|
|
|
+ </configuration>
|
|
|
</plugin>
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-dependency-plugin</artifactId>
|
|
|
- <version>2.9</version>
|
|
|
+ <version>3.1.1</version>
|
|
|
</plugin>
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-resources-plugin</artifactId>
|
|
|
- <version>3.0.2</version>
|
|
|
+ <version>3.1.0</version>
|
|
|
</plugin>
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-jar-plugin</artifactId>
|
|
|
- <version>2.5</version>
|
|
|
+ <version>3.1.1</version>
|
|
|
<configuration>
|
|
|
<archive>
|
|
|
<manifest>
|
|
@@ -113,12 +116,12 @@
|
|
|
<dependency>
|
|
|
<groupId>io.reactivex.rxjava2</groupId>
|
|
|
<artifactId>rxjava</artifactId>
|
|
|
- <version>2.2.7</version>
|
|
|
+ <version>2.2.8</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.zaxxer</groupId>
|
|
|
<artifactId>HikariCP</artifactId>
|
|
|
- <version>2.7.8</version>
|
|
|
+ <version>3.3.1</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.github.spullara.mustache.java</groupId>
|