Skip to content

Commit 64ec35f

Browse files
authored
Merge pull request #578 from IABTechLab/wzh-UID2-6362-add-commons-loggings-dependency
Add commons-logging to uid2-shared/pom.xml because AWS SDK v2's Apach…
2 parents 019cec2 + 35edf0e commit 64ec35f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,11 @@
213213
<artifactId>commons-collections4</artifactId>
214214
<version>4.4</version>
215215
</dependency>
216+
<dependency>
217+
<groupId>commons-logging</groupId>
218+
<artifactId>commons-logging</artifactId>
219+
<version>1.3.4</version>
220+
</dependency>
216221
<dependency>
217222
<groupId>software.amazon.awssdk</groupId>
218223
<artifactId>secretsmanager</artifactId>

0 commit comments

Comments
 (0)