You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2018/12/12 12:01:13 UTC

[openmeetings] branch 4.0.x updated: [OPENMEETINGS-1970] code clean-up

This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch 4.0.x
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/4.0.x by this push:
     new 926037d  [OPENMEETINGS-1970] code clean-up
926037d is described below

commit 926037d34c6d843a802e184d0e20edd5e8e4e544
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Wed Dec 12 19:01:00 2018 +0700

    [OPENMEETINGS-1970] code clean-up
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1d5c95f..d450a58 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,6 +112,7 @@
 		<commons-text.version>1.6</commons-text.version>
 		<license.excludedScopes>test</license.excludedScopes>
 		<bcprov-jdk15on.version>1.60</bcprov-jdk15on.version>
+		<mockito.version>2.23.4</mockito.version>
 		<!--  URL of the ASF SonarQube server  -->
 		<sonar.host.url>https://builds.apache.org/analysis</sonar.host.url>
 		<!--  Exclude all generated code  -->
@@ -637,7 +638,7 @@
 			<dependency>
 				<groupId>org.mockito</groupId>
 				<artifactId>mockito-core</artifactId>
-				<version>2.23.4</version>
+				<version>${mockito.version}</version>
 				<scope>test</scope>
 			</dependency>
 		</dependencies>