Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
3.0.1 PDFBox
-
None
-
None
Description
in pdfbox pom
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>${junit.version}</version>
</dependency>
the scope of junit jupiter now is compile type. this 's a test utilities. it should be test scope in most scenarios. is there any reason to changed to compile scope?
Attachments
Issue Links
- duplicates
-
PDFBOX-5722 Wrong scope for maven dependencies
- Closed