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

aledsage pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git

commit a0d2d8451b7d92fbdf77d7e27a2a254d20a18f4b
Author: Paul Campbell <pcampb...@kemitix.net>
AuthorDate: Wed Oct 17 17:20:45 2018 +0100

    Add assertj as test dependency
---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index 8b5f56b..4016730 100644
--- a/pom.xml
+++ b/pom.xml
@@ -183,6 +183,9 @@
         <plantuml.version>6121</plantuml.version>
 
         <!-- Test dependencies -->
+        <testng.version>6.10</testng.version>
+        <mockito.version>2.7.12</mockito.version>
+        <assertj.version>3.11.1</assertj.version>
         <cobertura.plugin.version>2.7</cobertura.plugin.version>
         <surefire.version>2.19.1</surefire.version>
         <testng.version>6.10</testng.version>

Reply via email to