Skip to content

Remove unwanted dependency to "javax.persistence" #2

@michael-schnell

Description

@michael-schnell

Currently there is a dependency to "javax.persistence" in the project:

<dependency>
    <groupId>org.hibernate.javax.persistence</groupId>
    <artifactId>hibernate-jpa-2.1-api</artifactId>
    <version>1.0.2</version>
</dependency>

This is indirectly introduced by extending the "org.fuin.objects4j.vo.AbstractValueObjectConverter" for "EntityIdPathConverter". This should be avoided by removing this from the "AbstractValueObjectConverter".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions