You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by le...@apache.org on 2023/12/02 18:34:19 UTC

svn commit: r1914285 - in /pdfbox/branches/3.0: examples/pom.xml fontbox/pom.xml io/pom.xml pdfbox/pom.xml preflight/pom.xml tools/pom.xml xmpbox/pom.xml

Author: lehmi
Date: Sat Dec  2 18:34:19 2023
New Revision: 1914285

URL: http://svn.apache.org/viewvc?rev=1914285&view=rev
Log:
PDFBOX-5722: add test-scopy for junit dependency

Modified:
    pdfbox/branches/3.0/examples/pom.xml
    pdfbox/branches/3.0/fontbox/pom.xml
    pdfbox/branches/3.0/io/pom.xml
    pdfbox/branches/3.0/pdfbox/pom.xml
    pdfbox/branches/3.0/preflight/pom.xml
    pdfbox/branches/3.0/tools/pom.xml
    pdfbox/branches/3.0/xmpbox/pom.xml

Modified: pdfbox/branches/3.0/examples/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/3.0/examples/pom.xml?rev=1914285&r1=1914284&r2=1914285&view=diff
==============================================================================
--- pdfbox/branches/3.0/examples/pom.xml (original)
+++ pdfbox/branches/3.0/examples/pom.xml Sat Dec  2 18:34:19 2023
@@ -88,6 +88,7 @@
       <groupId>org.junit.jupiter</groupId>
       <artifactId>junit-jupiter</artifactId>
       <version>${junit.version}</version>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>javax.servlet</groupId>

Modified: pdfbox/branches/3.0/fontbox/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/3.0/fontbox/pom.xml?rev=1914285&r1=1914284&r2=1914285&view=diff
==============================================================================
--- pdfbox/branches/3.0/fontbox/pom.xml (original)
+++ pdfbox/branches/3.0/fontbox/pom.xml Sat Dec  2 18:34:19 2023
@@ -52,6 +52,7 @@
       <groupId>org.junit.jupiter</groupId>
       <artifactId>junit-jupiter</artifactId>
       <version>${junit.version}</version>
+      <scope>test</scope>
     </dependency>
   </dependencies>
 

Modified: pdfbox/branches/3.0/io/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/3.0/io/pom.xml?rev=1914285&r1=1914284&r2=1914285&view=diff
==============================================================================
--- pdfbox/branches/3.0/io/pom.xml (original)
+++ pdfbox/branches/3.0/io/pom.xml Sat Dec  2 18:34:19 2023
@@ -47,6 +47,7 @@
             <groupId>org.junit.jupiter</groupId>
             <artifactId>junit-jupiter</artifactId>
             <version>${junit.version}</version>
+		    <scope>test</scope>
         </dependency>
     </dependencies>
 

Modified: pdfbox/branches/3.0/pdfbox/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/3.0/pdfbox/pom.xml?rev=1914285&r1=1914284&r2=1914285&view=diff
==============================================================================
--- pdfbox/branches/3.0/pdfbox/pom.xml (original)
+++ pdfbox/branches/3.0/pdfbox/pom.xml Sat Dec  2 18:34:19 2023
@@ -74,6 +74,7 @@
 	      <groupId>org.junit.jupiter</groupId>
 	      <artifactId>junit-jupiter</artifactId>
           <version>${junit.version}</version>
+	      <scope>test</scope>
 	    </dependency>
         <dependency>
             <groupId>com.googlecode.java-diff-utils</groupId>

Modified: pdfbox/branches/3.0/preflight/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/3.0/preflight/pom.xml?rev=1914285&r1=1914284&r2=1914285&view=diff
==============================================================================
--- pdfbox/branches/3.0/preflight/pom.xml (original)
+++ pdfbox/branches/3.0/preflight/pom.xml Sat Dec  2 18:34:19 2023
@@ -162,6 +162,7 @@
 	      <groupId>org.junit.jupiter</groupId>
 	      <artifactId>junit-jupiter</artifactId>
           <version>${junit.version}</version>
+	      <scope>test</scope>
 	    </dependency>
 		<!-- TODO find a suitable place to store the isator test pdfs <dependency> 
 			<groupId>org.pdfa</groupId> <artifactId>isartor</artifactId> <version>1.0-20080813</version> 

Modified: pdfbox/branches/3.0/tools/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/3.0/tools/pom.xml?rev=1914285&r1=1914284&r2=1914285&view=diff
==============================================================================
--- pdfbox/branches/3.0/tools/pom.xml (original)
+++ pdfbox/branches/3.0/tools/pom.xml Sat Dec  2 18:34:19 2023
@@ -58,6 +58,7 @@
       <groupId>org.junit.jupiter</groupId>
       <artifactId>junit-jupiter</artifactId>
       <version>${junit.version}</version>
+      <scope>test</scope>
     </dependency>
     <dependency>
         <groupId>org.apache.pdfbox</groupId>

Modified: pdfbox/branches/3.0/xmpbox/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/3.0/xmpbox/pom.xml?rev=1914285&r1=1914284&r2=1914285&view=diff
==============================================================================
--- pdfbox/branches/3.0/xmpbox/pom.xml (original)
+++ pdfbox/branches/3.0/xmpbox/pom.xml Sat Dec  2 18:34:19 2023
@@ -36,6 +36,7 @@
 	      <groupId>org.junit.jupiter</groupId>
 	      <artifactId>junit-jupiter</artifactId>
           <version>${junit.version}</version>
+	      <scope>test</scope>
 	    </dependency>
         <dependency>
 		  <groupId>commons-logging</groupId>