Преглед изворни кода

Defining test scope for pdfbox and junit dependencies #6

jhonnymertz пре 10 година
родитељ
комит
fea822c579
1 измењених фајлова са 2 додато и 0 уклоњено
  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>