Skip to content

Commit

Permalink
apidocs bundle fix
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
  • Loading branch information
senivam committed Dec 23, 2022
1 parent 382a8de commit b659985
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bundles/apidocs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@
</dependency>
<!-- need to explicitly include the servlet dependency here
as it is scoped as provided in the jersey-servet modules -->
<dependency>
<groupId>jakarta.persistence</groupId>
<artifactId>jakarta.persistence-api</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>javax.servlet</artifactId>
Expand Down Expand Up @@ -304,6 +308,7 @@
<includeDependencySources>true</includeDependencySources>
<sourceFileExcludes>
<fileExclude>META-INF/versions/12/org/glassfish/jersey/wadl/doclet/*.java</fileExclude>
<fileExclude>META-INF/versions/17/org/glassfish/jersey/helidon/connector/*.java</fileExclude>
<fileExclude>org/glassfish/jersey/helidon/connector/*.java</fileExclude>
</sourceFileExcludes>
<dependencySourceIncludes>
Expand Down

0 comments on commit b659985

Please sign in to comment.