javax package prefix is deprecated and migrated to jakarta prefix.
Unfortunately, many applications still use old packages.
We need to think of a way to resolve these issues:
- Ignore JDK < 11 & Java EE deps, and just state that we support JDK >= 11
- Create 2 submodules -> one for javax (JDK 8) and one for jakarta(JDK >= 11)
- multi release jars??
- else