mirror of
https://github.com/jlengrand/helidon.git
synced 2026-03-10 08:21:17 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user