Commit 4945e585 authored by Administrator's avatar Administrator

Downgrades JaCoCo version to avoid problems with SonarQube

SonarQube has a known problem with the 0.7.5 version of JaCoCo. This commit
solves this problem downgrading the JaCoCo version.
parent bea389c1
......@@ -52,7 +52,7 @@
<junit.version>4.12</junit.version>
<hamcrest.version>2.0.0.0</hamcrest.version>
<easymock.version>3.4</easymock.version>
<jacoco.version>0.7.5.201505241946</jacoco.version>
<jacoco.version>0.7.4.201502262128</jacoco.version>
<arquillian.jacoco.version>1.0.0.Alpha8</arquillian.jacoco.version>
<arquillian.persistence.dbunit.version>1.0.0.Alpha7</arquillian.persistence.dbunit.version>
<slf4j.version>1.5.10</slf4j.version>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment