Hi,

Am 01.12.23 um 17:14 schrieb Dan Rabe:
It looks like a compile dependency on junit-jupiter snuck into the 3.0.1 
release.

If I look at the maven page for 3.0.0 at 
https://mvnrepository.com/artifact/org.apache.pdfbox/pdfbox/3.0.0, 
junit-jupiter is listed as a test dependency.
If I look at the maven page for 3.0.1 at 
https://mvnrepository.com/artifact/org.apache.pdfbox/pdfbox/3.0.1, 
junit-jupiter is listed as a compile dependency.

As a result, the war file that I build would contain the junit libraries. I’m 
assuming it’s a mistake of some sort that it got reclassified as “compile” 
rather than “test”?
Your assumption is correct, it's a mistake. It was introduce with PDFBOX-5699 which rearranged some parts of the maven build. My bad :-(

I'm going to fix that and doublecheck all the other components.

Thanks for the report

Andreas

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: users-h...@pdfbox.apache.org

Reply via email to