Junits in policy/api were breaking. Tracked it down to the fact the
policy/models was still referencing an old version of policy/common.
Change-Id: I1aee40336382741d62cabbcac0f6268d2ceab263
Issue-ID: POLICY-2101
Signed-off-by: Jim Hahn <jrh3@att.com>
<sonar.jacoco.itReportPath>${project.basedir}/../target/code-coverage/jacoco-it.exec</sonar.jacoco.itReportPath>
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
- <policy.common.version>1.5.2</policy.common.version>
+ <policy.common.version>1.6.0-SNAPSHOT</policy.common.version>
</properties>
<modules>