File tree Expand file tree Collapse file tree 5 files changed +7
-4
lines changed
src/main/java/org/example
src/main/java/org/example Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1717 <jackson .version>2.14.1</jackson .version>
1818 <jex .version>2.5</jex .version>
1919 <avaje-inject .version>9.0</avaje-inject .version>
20+ <nima .version>4.0.0-M1</nima .version>
2021 </properties >
2122
2223 <modules >
Original file line number Diff line number Diff line change 4141 <dependency >
4242 <groupId >io.helidon.nima.webserver</groupId >
4343 <artifactId >helidon-nima-webserver</artifactId >
44- <version >4.0.0-ALPHA6 </version >
44+ <version >${nima.version} </version >
4545 </dependency >
4646 <dependency >
4747 <groupId >io.helidon.nima.http.media</groupId >
4848 <artifactId >helidon-nima-http-media-jsonb</artifactId >
49- <version >4.0.0-ALPHA6 </version >
49+ <version >${nima.version} </version >
5050 </dependency >
5151 <dependency >
5252 <groupId >io.avaje</groupId >
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ public static void main(String[] args) {
2424 .addRouting (httpRouting )
2525 // .routing(Main::routing)
2626 .port (8081 )
27+ .build ()
2728 .start ();
2829
2930 System .out .println ("started" );
Original file line number Diff line number Diff line change 3232 <dependency >
3333 <groupId >io.helidon.nima.webserver</groupId >
3434 <artifactId >helidon-nima-webserver</artifactId >
35- <version >4.0.0-ALPHA6 </version >
35+ <version >${nima.version} </version >
3636 </dependency >
3737 <dependency >
3838 <groupId >io.helidon.nima.http.media</groupId >
3939 <artifactId >helidon-nima-http-media-jsonb</artifactId >
40- <version >4.0.0-ALPHA6 </version >
40+ <version >${nima.version} </version >
4141 </dependency >
4242
4343 <!-- <dependency>-->
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ public static void main(String[] args) {
2424 .addRouting (httpRouting )
2525 //.routing(Main::routing)
2626 .port (8081 )
27+ .build ()
2728 .start ();
2829
2930 System .out .println ("started" );
You can’t perform that action at this time.
0 commit comments