Skip to content

Commit 37f93c2

Browse files
committed
Fixed the pom file
1 parent f20625f commit 37f93c2

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

Quick_ACG/pom.xml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
<java.version>11</java.version>
2020
<oauth2.version>2.5.6</oauth2.version>
2121
<commonsio.version>2.16.1</commonsio.version>
22-
<docusign.version>3.17.1</docusign.version>
23-
<esignature.version>6.0.0</esignature.version>
22+
<esignature.version>6.4.0</esignature.version>
23+
<slf4j.version>2.0.17</slf4j.version>
2424
</properties>
2525

2626
<dependencies>
@@ -82,6 +82,18 @@
8282
<artifactId>spring-boot-autoconfigure</artifactId>
8383
<version>2.7.18</version>
8484
</dependency>
85+
86+
<dependency>
87+
<groupId>org.slf4j</groupId>
88+
<artifactId>slf4j-api</artifactId>
89+
<version>${slf4j.version}</version>
90+
</dependency>
91+
92+
<dependency>
93+
<groupId>org.slf4j</groupId>
94+
<artifactId>slf4j-simple</artifactId>
95+
<version>${slf4j.version}</version>
96+
</dependency>
8597
</dependencies>
8698

8799
<build>

0 commit comments

Comments
 (0)