Author: tilman
Date: Thu Aug 20 10:02:52 2026
New Revision: 1937259
Log:
PDFBOX-2941: remove entries that aren't needed, add junit for next commit
Modified:
pdfbox/branches/2.0/debugger/pom.xml
Modified: pdfbox/branches/2.0/debugger/pom.xml
==============================================================================
--- pdfbox/branches/2.0/debugger/pom.xml Thu Aug 20 10:02:48 2026
(r1937258)
+++ pdfbox/branches/2.0/debugger/pom.xml Thu Aug 20 10:02:52 2026
(r1937259)
@@ -50,29 +50,14 @@
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>org.apache.pdfbox</groupId>
- <artifactId>jbig2-imageio</artifactId>
- <version>${jbig2.version}</version>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15to18</artifactId>
</dependency>
- <!-- For legal reasons (incompatible license), these two dependencies
- are to be used only in the tests and may not be distributed.
- See also LEGAL-195 -->
- <dependency>
- <groupId>com.github.jai-imageio</groupId>
- <artifactId>jai-imageio-core</artifactId>
- <version>${jai.version}</version>
- <scope>test</scope>
- </dependency>
<dependency>
- <groupId>com.github.jai-imageio</groupId>
- <artifactId>jai-imageio-jpeg2000</artifactId>
- <version>${jai.version}</version>
- <scope>test</scope>
+ <groupId>org.junit.jupiter</groupId>
+ <artifactId>junit-jupiter</artifactId>
+ <version>${junit.version}</version>
+ <scope>test</scope>
</dependency>
</dependencies>