specification-arg-resolver
specification-arg-resolver copied to clipboard
JPA API 2.1 using hibernate artifact
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>