Skip to content

Commit

Permalink
🐛 FIX: Properties file
Browse files Browse the repository at this point in the history
  • Loading branch information
jpontdia committed Nov 17, 2023
1 parent 6479584 commit fa980ee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 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.30</version>
<version>1.0.31</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
5 changes: 2 additions & 3 deletions src/main/mule/global-configuration-snowflake.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@
http://www.mulesoft.org/schema/mule/snowflake
http://www.mulesoft.org/schema/mule/snowflake/current/mule-snowflake.xsd">

<configuration-properties
doc:name="Configuration properties"
file="common-config.yaml" />
<configuration-properties doc:name="Configuration properties"
file="global-config.yaml" />

<snowflake:snowflake-config doc:name="Snowflake Config" name="Snowflake_Config">
<snowflake:snowflake-connection
Expand Down
8 changes: 3 additions & 5 deletions src/main/mule/global-configuration-sqlserver.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@
http://www.mulesoft.org/schema/mule/db
http://www.mulesoft.org/schema/mule/db/current/mule-db.xsd
http://www.mulesoft.org/schema/mule/core
http://www.mulesoft.org/schema/mule/core/current/mule.xsd
">
http://www.mulesoft.org/schema/mule/core/current/mule.xsd">

<configuration-properties
doc:name="Configuration properties"
file="common-config.yaml" />
<configuration-properties doc:name="Configuration properties"
file="global-config.yaml" />

<db:config name="MSSQL_Server_Config"
doc:name="Database Config"
Expand Down

0 comments on commit fa980ee

Please sign in to comment.