Browse Source

Defining test scope for pdfbox and junit dependencies #6

jhonnymertz 9 years ago
parent
commit
fea822c579
1 changed files with 2 additions and 0 deletions
  1. 2 0
      pom.xml

+ 2 - 0
pom.xml

@@ -11,12 +11,14 @@
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <version>4.11</version>
+            <scope>test</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.pdfbox</groupId>
             <artifactId>pdfbox</artifactId>
             <version>1.8.9</version>
+            <scope>test</scope>
         </dependency>
 
         <dependency>