specification-arg-resolver icon indicating copy to clipboard operation
specification-arg-resolver copied to clipboard

JPA API 2.1 using hibernate artifact

Open tkleszczynski opened this issue 5 years ago • 0 comments

Is it possible to remove hibernate JPA API artifact https://github.com/tkaczmarzyk/specification-arg-resolver/blob/52fe8d284f687ec86fea91b48f47d61dc6b32510/pom.xml#L214 and use the one defined by spring boot dependencies? That means:

<dependency>
    <groupId>javax.persistence</groupId>
    <artifactId>javax.persistence-api</artifactId>
    <version>${javax-persistence.version}</version>
</dependency>

tkleszczynski avatar Oct 22 '20 08:10 tkleszczynski