eclipse / jnosql

Eclipse JNoSQL is a framework which has the goal to help Java developers to create Jakarta EE applications with NoSQL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use a different parent POM

keilw opened this issue · comments

#182 helped answer questions about the independence of implementation projects from Jakarta NoSQL. There should be no Parent POM of the spec used in an implementation project like this one. At most a BOM (still TBD for NoSQL) could be a dependency, but the Parent POM should be either Eclipse general parent or one for EE4J.

@dearrudam will your PR fix this one?

@otaviojava yeah! I'm working on it!!