Author: tilman
Date: Thu Aug 20 10:02:48 2026
New Revision: 1937258

Log:
PDFBOX-2941: remove entries that aren't needed, add junit for next commit

Modified:
   pdfbox/trunk/debugger/pom.xml

Modified: pdfbox/trunk/debugger/pom.xml
==============================================================================
--- pdfbox/trunk/debugger/pom.xml       Thu Aug 20 09:58:32 2026        
(r1937257)
+++ pdfbox/trunk/debugger/pom.xml       Thu Aug 20 10:02:48 2026        
(r1937258)
@@ -63,28 +63,14 @@
       <artifactId>log4j-core</artifactId>
     </dependency>
     <dependency>
-        <groupId>org.apache.pdfbox</groupId>
-        <artifactId>jbig2-imageio</artifactId>
-        <version>${jbig2.version}</version>
-    </dependency>
-    <dependency>
         <groupId>org.bouncycastle</groupId>
         <artifactId>bcpkix-jdk18on</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>
 

Reply via email to