Skip to content

Commit 4c7a67a

Browse files
updated sample-maven
1 parent 4b845c9 commit 4c7a67a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sample-maven/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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

@@ -21,20 +21,20 @@
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>

0 commit comments

Comments
 (0)