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

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

commit 20d4ecf8c9a4a782fef206ca7c40a39be02f58e5
Author: Juan Cabrerizo <[email protected]>
AuthorDate: Thu Jan 10 11:07:03 2019 +0000

    Solved dependency problem
---
 software/base/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/software/base/pom.xml b/software/base/pom.xml
index 4260120..1e66329 100644
--- a/software/base/pom.xml
+++ b/software/base/pom.xml
@@ -158,6 +158,11 @@
             <artifactId>mx4j-tools</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.apache.cxf</groupId>
+            <artifactId>cxf-core</artifactId>
+            <version>${cxf.version}</version>
+        </dependency>
     </dependencies>
 
     <build>

Reply via email to