Description
The persistence-api feature was introduced to allow Aries JPA to work with JPA 2.0 and 2.1.
This approach had some issues with openjpa which only supports 2.0. In karaf we switched to a different approach a while ago that works better.
We simply depend on the 2.1 api with dependency=true. This also gives karaf the flexibility to choose the working api.