Skip to content

Remove recommendation to add a dependency on Woodstox as it's now a transitive dependency of jackson-dataformat-xml #15092

Closed
@ziodave

Description

@ziodave

According to https://github.com/FasterXML/woodstox#maven, the artifact

<dependency>
	<groupId>org.codehaus.woodstox</groupId>
	<artifactId>woodstox-core-asl</artifactId>
</dependency>

changed to

<dependency>
    <groupId>com.fasterxml.woodstox</groupId>
    <artifactId>woodstox-core</artifactId>
</dependency>

Should the Spring Boot documentation reflect this change here?

https://docs.spring.io/spring-boot/docs/2.1.x/reference/htmlsingle/#howto-write-an-xml-rest-service

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions