move non-test dependency version numbers to properties

This commit is contained in:
Jeremy Long
2017-11-27 21:14:34 -05:00
parent ddb60cab61
commit 7bcde5d439
3 changed files with 104 additions and 43 deletions

View File

@@ -248,7 +248,8 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</dependency>
<!-- The following dependencies are only used during testing -->
<!-- The following dependencies are only used during testing
and must not be converted to a properties based version number -->
<dependency>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-provider-cvsexe</artifactId>