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:32 UTC

[openmeetings] branch master updated: [OPENMEETINGS-1970] code clean-up

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 947f50c  [OPENMEETINGS-1970] code clean-up
947f50c is described below

commit 947f50cc6cba3e6ce859972ffd776ba086b4fb06
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 f920b68..1f2ce94 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,6 +112,7 @@
 		<jetty9.version>9.4.12.v20180830</jetty9.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  -->
@@ -639,7 +640,7 @@
 			<dependency>
 				<groupId>org.mockito</groupId>
 				<artifactId>mockito-core</artifactId>
-				<version>2.23.4</version>
+				<version>${mockito.version}</version>
 				<scope>test</scope>
 			</dependency>
 		</dependencies>