Skip to content

Commit

Permalink
Fixes #4309 - Add JAXB to Piranha Core Profile (#4310)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem authored Dec 1, 2024
1 parent 7ba7c8c commit e1c2e27
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions extension/coreprofile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<!-- runtime -->
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<scope>runtime</scope>
</dependency>
</dependencies>
<distributionManagement>
<site>
Expand Down
12 changes: 6 additions & 6 deletions extension/coreprofile/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,20 @@
*/

/**
* This module delivers the meta extension for Jakarta Core Profile.
* This module delivers the extension for Jakarta Core Profile.
*
* <p>
* The following extensions and/or dependencies are delivered as part of this
* meta extension:
* The following extensions and/or dependencies are included:
* </p>
* <ul>
* <li>Annotation Scanning</li>
* <li>Eclipse Parsson (JSON)</li>
* <li>Eclipse Yasson (JSON-B)</li>
* <li>Eclipse Jersey (REST)</li>
* <li>Herring (JNDI)</li>
* <li>Jersey (REST)</li>
* <li>Parsson (JSON)</li>
* <li>ServletContainerInitializer</li>
* <li>web.xml support</li>
* <li>Weld (CDI)</li>
* <li>Yasson (JSON-B)</li>
* </ul>
*/
module cloud.piranha.extension.coreprofile {
Expand Down

0 comments on commit e1c2e27

Please sign in to comment.