Merge pull request 'fix(build): update reflect-config.json' (#23) from dev into master
Reviewed-on: #23
This commit is contained in:
commit
d7263ae3f2
2
pom.xml
2
pom.xml
@ -211,7 +211,7 @@
|
||||
<properties>
|
||||
<skipITs>false</skipITs>
|
||||
<quarkus.native.additional-build-args>
|
||||
--initialize-at-run-time=com.fasterxml.jackson.databind.ext.DOMDeserializer\,com.lowagie\,java.awt\,sun.font
|
||||
--initialize-at-run-time=com.fasterxml.jackson.databind.ext.DOMDeserializer\,com.lowagie
|
||||
</quarkus.native.additional-build-args>
|
||||
<quarkus.native.enabled>true</quarkus.native.enabled>
|
||||
<quarkus.package.jar.enabled>false</quarkus.package.jar.enabled>
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
"allPublicMethods": true
|
||||
},
|
||||
{
|
||||
"name": "com.lowagie.text.pdf",
|
||||
"name": "com.lowagie.text.pdf.GrayColor",
|
||||
"allDeclaredConstructors": true,
|
||||
"allPublicConstructors": true,
|
||||
"allDeclaredMethods": true,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user