Merge "Remove unused and outdated dependency to JUnit from plugin archetype"

This commit is contained in:
Shawn Pearce 2013-11-30 23:49:53 +00:00 committed by Gerrit Code Review
commit d1b1fa7129

View File

@ -82,13 +82,6 @@ limitations under the License.
<version>${Gerrit-ApiVersion}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>
<repositories>