Optional OpenPDF (disabled)

This commit is contained in:
oliver1 2024-08-20 11:33:09 +02:00
parent ddbc2a8103
commit 7ac90f2da3

10
pom.xml
View File

@ -95,6 +95,16 @@
<scope>compile</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/com.github.librepdf/openpdf -->
<!-- updates to 1.4 and 2.x currently not possible https://github.com/javamelody/javamelody/pull/1182 -->
<!-- Optional: support pdf export for javamelody
<dependency>
<groupId>com.github.librepdf</groupId>
<artifactId>openpdf</artifactId>
<version>1.3.43</version>
</dependency>
-->
</dependencies>
<build>