You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2022/02/16 16:06:54 UTC

[incubator-streampipes] branch dev updated: [hotfix] Remove activemq dependency from cli

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

riemer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new a9f8642  [hotfix] Remove activemq dependency from cli
a9f8642 is described below

commit a9f86428537469354d3a31ce960e7524c7a79874
Author: Dominik Riemer <do...@gmail.com>
AuthorDate: Wed Feb 16 17:06:26 2022 +0100

    [hotfix] Remove activemq dependency from cli
---
 installer/cli/deploy/standalone/ui/docker-compose.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/installer/cli/deploy/standalone/ui/docker-compose.yml b/installer/cli/deploy/standalone/ui/docker-compose.yml
index c7a4f4a..e8f9194 100644
--- a/installer/cli/deploy/standalone/ui/docker-compose.yml
+++ b/installer/cli/deploy/standalone/ui/docker-compose.yml
@@ -21,7 +21,6 @@ services:
       - "80:80"
     depends_on:
       - couchdb
-      - activemq
       - consul
     logging:
       driver: "json-file"