This is an automated email from the ASF dual-hosted git repository. leerho pushed a commit to branch updateJacoco in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-memory.git
commit 98048b801b95cc7433ce0cbd16d48c54008ebf83 Author: Lee Rhodes <[email protected]> AuthorDate: Sat Jun 15 16:45:22 2019 -0700 Fine tweaks to POM --- pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index e1b071d..dc95279 100644 --- a/pom.xml +++ b/pom.xml @@ -76,8 +76,8 @@ <maven.compiler.target>${java.version}</maven.compiler.target> <!-- Dependencies --> - <testng.version>6.14.3</testng.version> <protobuf-java.version>3.6.0</protobuf-java.version> <!-- Used for UTF8 testing --> + <testng.version>6.14.3</testng.version> <slf4j-api.version>1.7.25</slf4j-api.version> <!-- Maven Plugins --> @@ -99,7 +99,6 @@ <!-- Codehaus.org Maven Plugins --> <jacoco-maven-plugin.version>0.8.4</jacoco-maven-plugin.version> - <cobertura-maven-plugin.version>2.7</cobertura-maven-plugin.version> <exec-maven-plugin.version>1.6.0</exec-maven-plugin.version> <license-maven-plugin.version>1.19</license-maven-plugin.version> <plexus-compiler-javac-errorprone.version>2.8.5</plexus-compiler-javac-errorprone.version> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
