This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch 3.4.x-fixes
in repository
https://gitbox.apache.org/repos/asf/cxf.gitThe following commit(s) were added to refs/heads/3.4.x-fixes by this push:
new be7a16c Remove default credentials from wsn feature
be7a16c is described below
commit be7a16cd972e5d354f856dc2deca0b1b4a51c9f6
Author: Colm O hEigeartaigh <
[hidden email]>
AuthorDate: Thu Jan 7 11:40:35 2021 +0000
Remove default credentials from wsn feature
(cherry picked from commit b0b6347409eb8a44e4099bbf5e5351f45c726b40)
---
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>