EclipseLink 2.7.0 and JPA API 2.2.0 - signature mismatch
When running a project built by maven with the following dependencies: <dependency> <groupId>org.eclipse.persistence</groupId> <artifactId>javax.persistence</artifactId> <version>2.2.0</version> </dependency> <dependency> <groupId>org.eclipse.persistence</groupId> <artifactId>eclipselink</artifactId> <version>2.7.0</version> </dependency> I get the following error at runtime: java.lang.SecurityException: class "javax.persistence.Cacheable"'s signer information does not match signer information of other classes in the same package The javax.persistence-2.2.0 artifact is signed and contains the