Skip to content

Commit

Permalink
👌 IMPROVE: Add reconnection to Salesforce
Browse files Browse the repository at this point in the history
  • Loading branch information
jpontdia committed Oct 24, 2023
1 parent fb5761d commit a191d66
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions 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>micorp-customer-sapi-asset</artifactId>
<version>1.3.50</version>
<version>1.3.51</version>
<packaging>mule-application</packaging>
<name>micorp-customer-sapi</name>
<description>Mulesoft service for creating customers in Salesforce using data from the Corporate Orders System</description>
Expand Down Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>078efef1-d139-48ed-92f5-f8d4a0592374</groupId>
<artifactId>common-core</artifactId>
<version>1.0.17</version>
<version>1.0.18</version>
<classifier>mule-plugin</classifier>
</dependency>

Expand All @@ -57,20 +57,20 @@

<!-- Logging Dependencies-->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
</dependency>
<dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
</dependency>
</dependency>
<dependency>
<groupId>io.logz.log4j2</groupId>
<artifactId>logzio-log4j2-appender</artifactId>
<groupId>io.logz.log4j2</groupId>
<artifactId>logzio-log4j2-appender</artifactId>
</dependency>
<dependency>
<groupId>io.logz.sender</groupId>
<artifactId>logzio-sender</artifactId>
<groupId>io.logz.sender</groupId>
<artifactId>logzio-sender</artifactId>
</dependency>
</dependencies>

Expand Down

0 comments on commit a191d66

Please sign in to comment.