Dependency convergence + jakarta libraries. (#1600)

* Dependency convergence + jakarta libraries.
* Tests for jar and module path fro MP.
* Dependency fixes to resolve javadoc issues.
* Fixed the command line scripts that validate classpath and module path.

Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
This commit is contained in:
Tomas Langer
2020-04-14 20:14:44 +02:00
committed by GitHub
parent 7819e7ebb5
commit 0c94ec317a
195 changed files with 1125 additions and 864 deletions

View File

@@ -56,8 +56,8 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.activation</groupId>
<artifactId>javax.activation-api</artifactId>
<groupId>jakarta.activation</groupId>
<artifactId>jakarta.activation-api</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>