File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212 <dependency >
1313 <groupId >com.fasterxml.jackson.jaxrs</groupId >
1414 <artifactId >jackson-jaxrs-json-provider</artifactId >
15- <version >2.6.3 </version >
15+ <version >2.7.4 </version >
1616 </dependency >
1717 </dependencies >
1818
2121 <plugin >
2222 <groupId >cz.habarta.typescript-generator</groupId >
2323 <artifactId >typescript-generator-maven-plugin</artifactId >
24- <version >1.2 -SNAPSHOT</version >
24+ <version >1.7 -SNAPSHOT</version >
2525 <executions >
2626 <execution >
2727 <id >generate</id >
2828 <goals >
2929 <goal >generate</goal >
3030 </goals >
3131 <configuration >
32+ <jsonLibrary >jackson2</jsonLibrary >
3233 <classes >
3334 <class >cz.habarta.typescript.generator.sample.Person</class >
3435 </classes >
35- <jsonLibrary >jackson2</jsonLibrary >
3636 <outputFile >target/sample.d.ts</outputFile >
37- <namespace >MavenSample</ namespace >
37+ <outputKind >module</ outputKind >
3838 </configuration >
3939 </execution >
4040 </executions >
You can’t perform that action at this time.
0 commit comments