Skip to content

[refactoring] converting petclinic to Spring Boot 3 results in broken project #864

Closed
@martinlippert

Description

@martinlippert

Converting the standard petclinic sample application to Spring Boot 3 results in a broken project:

  • the jakarta persistence api dependency gets added, but this doesn't seem to be necessary

  • this dependency doesn't get added:

    <dependency>
      <groupId>jakarta.xml.bind</groupId>
      <artifactId>jakarta.xml.bind-api</artifactId>
    </dependency>

so that compile errors are the result.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions