|
@@ -26,7 +26,7 @@
|
|
|
<name>${project.artifactId}</name>
|
|
|
|
|
|
<properties>
|
|
|
- <helidon.version>0.10.1</helidon.version>
|
|
|
+ <helidon.version>1.0.0</helidon.version>
|
|
|
<!-- Default package. Will be overriden by Maven archetype -->
|
|
|
<package>io.helidon.examples.quickstart.se</package>
|
|
|
<mainClass>io.helidon.benchmark.Main</mainClass>
|
|
@@ -48,18 +48,6 @@
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
<version>3.1</version>
|
|
|
</plugin>
|
|
|
- <plugin>
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
- <artifactId>maven-surefire-plugin</artifactId>
|
|
|
- <version>2.19.1</version>
|
|
|
- <dependencies>
|
|
|
- <dependency>
|
|
|
- <groupId>org.junit.platform</groupId>
|
|
|
- <artifactId>junit-platform-surefire-provider</artifactId>
|
|
|
- <version>1.1.0</version>
|
|
|
- </dependency>
|
|
|
- </dependencies>
|
|
|
- </plugin>
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-dependency-plugin</artifactId>
|
|
@@ -125,7 +113,7 @@
|
|
|
<dependency>
|
|
|
<groupId>io.reactivex.rxjava2</groupId>
|
|
|
<artifactId>rxjava</artifactId>
|
|
|
- <version>2.2.2</version>
|
|
|
+ <version>2.2.7</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.zaxxer</groupId>
|
|
@@ -135,7 +123,7 @@
|
|
|
<dependency>
|
|
|
<groupId>com.github.spullara.mustache.java</groupId>
|
|
|
<artifactId>compiler</artifactId>
|
|
|
- <version>0.9.5</version>
|
|
|
+ <version>0.9.6</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.postgresql</groupId>
|
|
@@ -143,28 +131,22 @@
|
|
|
<version>42.2.5</version>
|
|
|
<scope>runtime</scope>
|
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.junit.jupiter</groupId>
|
|
|
- <artifactId>junit-jupiter-api</artifactId>
|
|
|
- <version>5.1.0</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.junit.jupiter</groupId>
|
|
|
- <artifactId>junit-jupiter-engine</artifactId>
|
|
|
- <version>5.1.0</version>
|
|
|
- </dependency>
|
|
|
</dependencies>
|
|
|
</dependencyManagement>
|
|
|
|
|
|
<dependencies>
|
|
|
<dependency>
|
|
|
<groupId>io.helidon.webserver</groupId>
|
|
|
- <artifactId>helidon-webserver-bundle</artifactId>
|
|
|
+ <artifactId>helidon-webserver</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>io.helidon.config</groupId>
|
|
|
<artifactId>helidon-config-yaml</artifactId>
|
|
|
</dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>io.helidon.media.jsonp</groupId>
|
|
|
+ <artifactId>helidon-media-jsonp-server</artifactId>
|
|
|
+ </dependency>
|
|
|
<dependency>
|
|
|
<groupId>io.reactivex.rxjava2</groupId>
|
|
|
<artifactId>rxjava</artifactId>
|
|
@@ -181,15 +163,5 @@
|
|
|
<groupId>org.postgresql</groupId>
|
|
|
<artifactId>postgresql</artifactId>
|
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.junit.jupiter</groupId>
|
|
|
- <artifactId>junit-jupiter-api</artifactId>
|
|
|
- <scope>test</scope>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.junit.jupiter</groupId>
|
|
|
- <artifactId>junit-jupiter-engine</artifactId>
|
|
|
- <scope>test</scope>
|
|
|
- </dependency>
|
|
|
</dependencies>
|
|
|
</project>
|