|
31 | 31 | <dependency>
|
32 | 32 | <groupId>io.helidon.webserver</groupId>
|
33 | 33 | <artifactId>helidon-webserver</artifactId>
|
34 |
| - <version>${nima.version}</version> |
| 34 | + <version>${helidon.version}</version> |
35 | 35 | </dependency>
|
36 | 36 | <dependency>
|
37 | 37 | <groupId>io.helidon.webserver</groupId>
|
38 | 38 | <artifactId>helidon-webserver-security</artifactId>
|
39 |
| - <version>${nima.version}</version> |
| 39 | + <version>${helidon.version}</version> |
40 | 40 | </dependency>
|
41 | 41 | <dependency>
|
42 | 42 | <groupId>io.helidon.http.media</groupId>
|
43 | 43 | <artifactId>helidon-http-media-jsonb</artifactId>
|
44 |
| - <version>${nima.version}</version> |
45 |
| - </dependency> |
46 |
| - <dependency> |
47 |
| - <groupId>io.avaje</groupId> |
48 |
| - <artifactId>avaje-http-helidon-generator</artifactId> |
49 |
| - <version>${project.version}</version> |
50 |
| - <scope>test</scope> |
| 44 | + <version>${helidon.version}</version> |
51 | 45 | </dependency>
|
52 | 46 | </dependencies>
|
53 | 47 |
|
|
58 | 52 | <artifactId>maven-compiler-plugin</artifactId>
|
59 | 53 | <version>3.14.0</version>
|
60 | 54 | <configuration>
|
61 |
| - <release>21</release> |
62 | 55 | <annotationProcessorPaths>
|
63 | 56 | <path>
|
64 | 57 | <groupId>io.avaje</groupId>
|
|
71 | 64 | <version>${avaje-inject.version}</version>
|
72 | 65 | </path>
|
73 | 66 | </annotationProcessorPaths>
|
74 |
| - <source>21</source> |
75 |
| - <target>21</target> |
76 | 67 | </configuration>
|
77 | 68 | </plugin>
|
78 |
| - <plugin> |
79 |
| - <groupId>io.repaint.maven</groupId> |
80 |
| - <artifactId>tiles-maven-plugin</artifactId> |
81 |
| - <version>2.40</version> |
82 |
| - <extensions>true</extensions> |
83 |
| - <configuration> |
84 |
| - <tiles> |
85 |
| - <tile>org.avaje.tile:lib-classpath:1.1</tile> |
86 |
| - </tiles> |
87 |
| - </configuration> |
88 |
| - </plugin> |
89 |
| - <!-- generated by avaje inject --> |
| 69 | + |
90 | 70 | <plugin>
|
91 | 71 | <groupId>io.avaje</groupId>
|
92 | 72 | <artifactId>avaje-inject-maven-plugin</artifactId>
|
|
0 commit comments