File tree Expand file tree Collapse file tree 3 files changed +22
-8
lines changed
src/main/java/org/example/myapp/web Expand file tree Collapse file tree 3 files changed +22
-8
lines changed Original file line number Diff line number Diff line change 1212 <modules >
1313 <module >test-helidon</module >
1414 <module >test-javalin</module >
15- <module >test-spark</module >
15+ <!-- <module>test-spark</module> -- >
1616 <module >test-client</module >
1717 </modules >
1818
Original file line number Diff line number Diff line change 1818 <main .class>org.example.myapp.Main</main .class>
1919 <javalin .version>3.10.1</javalin .version>
2020 <swagger .version>2.0.8</swagger .version>
21- <kotlin .version>1.3.31</kotlin .version>
21+ <kotlin .version>1.3.71</kotlin .version>
22+ <jackson .version>2.11.1</jackson .version>
2223 <avaje-http-version >1.1-SNAPSHOT</avaje-http-version >
2324 </properties >
2425
3940 <dependency >
4041 <groupId >com.fasterxml.jackson.core</groupId >
4142 <artifactId >jackson-databind</artifactId >
42- <version >2.10.2 </version >
43+ <version >${jackson.version} </version >
4344 </dependency >
4445
46+ <!-- <dependency>-->
47+ <!-- <groupId>com.fasterxml.jackson.module</groupId>-->
48+ <!-- <artifactId>jackson-module-kotlin</artifactId>-->
49+ <!-- <version>${jackson.version}</version>-->
50+ <!-- </dependency>-->
51+
4552 <dependency >
4653 <groupId >io.avaje</groupId >
4754 <artifactId >avaje-inject</artifactId >
115122 <groupId >io.dinject</groupId >
116123 <artifactId >openapi-maven-plugin</artifactId >
117124 <version >1.2</version >
118- <!-- <configuration>-->
119- <!-- <destination>foo/bar.json</destination>-->
120- <!-- </configuration>-->
121125 <executions >
122126 <execution >
123127 <id >main</id >
129133 </executions >
130134 </plugin >
131135
136+ <plugin >
137+ <groupId >io.repaint.maven</groupId >
138+ <artifactId >tiles-maven-plugin</artifactId >
139+ <version >2.17</version >
140+ <extensions >true</extensions >
141+ <configuration >
142+ <tiles >
143+ <tile >org.avaje.tile:lib-classpath:1.1</tile >
144+ </tiles >
145+ </configuration >
146+ </plugin >
147+
132148 </plugins >
133149 </build >
134150
Original file line number Diff line number Diff line change 11package org .example .myapp .web ;
22
3- //import org.hibernate.validator.constraints.URL;
4-
53import org .hibernate .validator .constraints .URL ;
64
75import javax .validation .Valid ;
You can’t perform that action at this time.
0 commit comments