Skip to content

Commit 5d41bfc

Browse files
Fix test XML Javadoc execution (and update generated file) (#885)
1 parent 7f3b159 commit 5d41bfc

File tree

2 files changed

+10541
-3851
lines changed

2 files changed

+10541
-3851
lines changed

typescript-generator-core/pom.xml

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -342,14 +342,24 @@
342342
<version>1.0.5</version>
343343
</docletArtifact>
344344
<docletArtifact>
345-
<groupId>javax.xml.bind</groupId>
346-
<artifactId>jaxb-api</artifactId>
347-
<version>2.3.1</version>
345+
<groupId>jakarta.xml.bind</groupId>
346+
<artifactId>jakarta.xml.bind-api</artifactId>
347+
<version>2.3.3</version>
348348
</docletArtifact>
349349
<docletArtifact>
350-
<groupId>org.glassfish.jaxb</groupId>
351-
<artifactId>jaxb-runtime</artifactId>
352-
<version>3.0.2</version>
350+
<groupId>com.sun.xml.bind</groupId>
351+
<artifactId>jaxb-impl</artifactId>
352+
<version>2.3.6</version>
353+
</docletArtifact>
354+
<docletArtifact>
355+
<groupId>org.slf4j</groupId>
356+
<artifactId>slf4j-api</artifactId>
357+
<version>1.7.36</version>
358+
</docletArtifact>
359+
<docletArtifact>
360+
<groupId>org.slf4j</groupId>
361+
<artifactId>slf4j-simple</artifactId>
362+
<version>1.7.36</version>
353363
</docletArtifact>
354364
</docletArtifacts>
355365
</configuration>

0 commit comments

Comments
 (0)