diff --git a/pom.xml b/pom.xml index 5405126..fbcbad1 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ de.pdv.apex fop4apex - 0.10.6-SNAPSHOT + 0.10.7-SNAPSHOT fop4apex war https://www.pdv.de @@ -16,6 +16,7 @@ 1.8 1.8 5.9.1 + 1.16 omaster395464gh https://sonarcloud.io @@ -68,6 +69,7 @@ + net.bull.javamelody @@ -106,6 +108,62 @@ 1.2 compile + + + org.apache.xmlgraphics + batik-anim + ${batik.version} + compile + + + + org.apache.xmlgraphics + batik-bridge + ${batik.version} + compile + + + + org.apache.xmlgraphics + batik-ext + ${batik.version} + compile + + + + org.apache.xmlgraphics + batik-gvt + ${batik.version} + compile + + + + org.apache.xmlgraphics + batik-svggen + ${batik.version} + compile + + + + org.apache.xmlgraphics + batik-awt-util + ${batik.version} + compile + + + + org.apache.xmlgraphics + batik-extension + ${batik.version} + compile + + + + org.apache.xmlgraphics + batik-transcoder + ${batik.version} + compile + @@ -207,6 +265,24 @@ + + dependency-check + + + + org.owasp + dependency-check-maven + 7.1.2 + + + html + json + + + + + +