velo / maven-annotation-plugin

Automatically exported from code.google.com/p/maven-annotation-plugin
0 stars 0 forks source link

useless junit dependency #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The junit dependency in the pom.xml is useless. Remove the following 
lines:

  <dependency>
    <groupId>junit</groupId>
    <artifactId>junit</artifactId>
    <version>3.8.1</version>
    <scope>test</scope>
  </dependency>

Original issue reported on code.google.com by pa.avo...@gmail.com on 12 Mar 2009 at 4:22

GoogleCodeExporter commented 9 years ago
thank for feedback 

i put this dependency because , usually, i create the unit tests

since it is in the test scope it is used only during test execution 

Original comment by bartolom...@gmail.com on 8 Nov 2009 at 2:28