Skip to content

Commit

Permalink
🐛 FIX: Namespace in configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jpontdia committed Nov 17, 2023
1 parent f31523d commit 6479584
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>078efef1-d139-48ed-92f5-f8d4a0592374</groupId>
<artifactId>common-core</artifactId>
<version>1.0.29</version>
<version>1.0.30</version>
<packaging>mule-application</packaging>
<name>common-core</name>
<description>Shared Mule library that provides reusable flows, resources and configuration settings common for all applications</description>
Expand Down
7 changes: 3 additions & 4 deletions src/main/mule/global-configuration-tls.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>

<mule
xmlns:open-telemetry="http://www.mulesoft.org/schema/mule/open-telemetry"
xmlns:salesforce="http://www.mulesoft.org/schema/mule/salesforce"
xmlns:tls="http://www.mulesoft.org/schema/mule/tls"
xmlns="http://www.mulesoft.org/schema/mule/core"
xmlns:doc="http://www.mulesoft.org/schema/mule/documentation"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
http://www.mulesoft.org/schema/mule/core
http://www.mulesoft.org/schema/mule/core/current/mule.xsd
http://www.mulesoft.org/schema/mule/open-telemetry
http://www.mulesoft.org/schema/mule/open-telemetry/current/mule-open-telemetry.xsd">
http://www.mulesoft.org/schema/mule/tls
http://www.mulesoft.org/schema/mule/tls/current/mule-tls.xsd">

<configuration-properties doc:name="Configuration properties"
file="global-config.yaml" />
Expand Down
4 changes: 3 additions & 1 deletion src/main/mule/global-configuration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@

<mule
xmlns:open-telemetry="http://www.mulesoft.org/schema/mule/open-telemetry"
xmlns:salesforce="http://www.mulesoft.org/schema/mule/salesforce"
xmlns:email="http://www.mulesoft.org/schema/mule/email"
xmlns="http://www.mulesoft.org/schema/mule/core"
xmlns:doc="http://www.mulesoft.org/schema/mule/documentation"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
http://www.mulesoft.org/schema/mule/core
http://www.mulesoft.org/schema/mule/core/current/mule.xsd
http://www.mulesoft.org/schema/mule/email
http://www.mulesoft.org/schema/mule/email/current/mule-email.xsd
http://www.mulesoft.org/schema/mule/open-telemetry
http://www.mulesoft.org/schema/mule/open-telemetry/current/mule-open-telemetry.xsd">

Expand Down

0 comments on commit 6479584

Please sign in to comment.