You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2021/01/07 11:40:59 UTC

[cxf] branch master updated: Remove default credentials from wsn feature

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

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new b0b6347  Remove default credentials from wsn feature
b0b6347 is described below

commit b0b6347409eb8a44e4099bbf5e5351f45c726b40
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu Jan 7 11:40:35 2021 +0000

    Remove default credentials from wsn feature
---
 osgi/karaf/features/src/main/resources/features.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/osgi/karaf/features/src/main/resources/features.xml b/osgi/karaf/features/src/main/resources/features.xml
index 5bf69cf..506c7e0 100644
--- a/osgi/karaf/features/src/main/resources/features.xml
+++ b/osgi/karaf/features/src/main/resources/features.xml
@@ -527,8 +527,8 @@
             cxf.wsn.activemq = vm:localhost
             cxf.wsn.rootUrl = http://0.0.0.0:8182
             cxf.wsn.context = /wsn
-            cxf.wsn.activemq.username = karaf
-            cxf.wsn.activemq.password = karaf
+            cxf.wsn.activemq.username =
+            cxf.wsn.activemq.password =
         </config>
         <feature>spring</feature>
         <feature>aries-blueprint</feature>