Skip to content

Commit

Permalink
apidocs
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 Sep 19, 2023
1 parent f75e6fb commit d0e93e7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,10 @@
<excludePackageNames>
*.internal.*:*.innate.*:*.tests.*
</excludePackageNames>
<includeDependencySources>true</includeDependencySources>
<!-- <includeDependencySources>true</includeDependencySources>-->
<dependencySourceIncludes>
<dependencySourceInclude>org.glassfish.jersey.*:*</dependencySourceInclude>
</dependencySourceIncludes>
<sourceFileExcludes>
<exclude>bundles/**</exclude>
<fileExclude>module-info.java</fileExclude>
Expand Down Expand Up @@ -2264,6 +2267,7 @@
<netty.version>4.1.93.Final</netty.version>
<opentracing.version>0.33.0</opentracing.version>
<osgi.version>6.0.0</osgi.version>
<osgi.annotation.version>8.0.1</osgi.annotation.version>
<osgi.framework.version>1.10.0</osgi.framework.version>
<osgi.compendium.version>5.0.0</osgi.compendium.version>
<pax.exam.version>4.13.4</pax.exam.version> <!-- with 4.13.5 tests not working -->
Expand Down

0 comments on commit d0e93e7

Please sign in to comment.