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

[brooklyn-server] 05/31: [common] 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 442a1944ee752944e42916fb3d22ef2a1628b861
Author: Paul Campbell <pa...@cloudsoft.io>
AuthorDate: Tue Oct 9 16:38:27 2018 +0100

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

diff --git a/utils/common/pom.xml b/utils/common/pom.xml
index e547842..d2a3b3a 100644
--- a/utils/common/pom.xml
+++ b/utils/common/pom.xml
@@ -117,6 +117,12 @@
             <version>${org.osgi.core.version}</version>
             <type>jar</type>
         </dependency>
+        <dependency>
+            <groupId>org.assertj</groupId>
+            <artifactId>assertj-core</artifactId>
+            <scope>test</scope>
+        </dependency>
+
     </dependencies>
 
     <build>