You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by al...@apache.org on 2019/01/16 16:40:14 UTC

[brooklyn-server] 02/31: [core] add assertj as test dependency

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 f08ed2c94908f8592cfdc20a73276706e613ae6d
Author: Paul Campbell <pa...@cloudsoft.io>
AuthorDate: Tue Oct 9 09:48:26 2018 +0100

    [core] add assertj as test dependency
---
 core/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/core/pom.xml b/core/pom.xml
index 28de44e..69f8772 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -237,6 +237,11 @@
             <classifier>tests</classifier>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.assertj</groupId>
+            <artifactId>assertj-core</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
     <build>