Skip to content

Commit 3adf35d

Browse files
committed
add missing dependency for new shared version
1 parent 89fff06 commit 3adf35d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.uid2</groupId>
88
<artifactId>uid2-optout</artifactId>
9-
<version>4.5.1-alpha-129-SNAPSHOT</version>
9+
<version>4.5.0</version>
1010
<name>uid2-optout</name>
1111
<url>https://github.com/IABTechLab/uid2-optout</url>
1212

@@ -160,6 +160,11 @@
160160
<groupId>software.amazon.awssdk</groupId>
161161
<artifactId>sqs</artifactId>
162162
</dependency>
163+
<dependency>
164+
<groupId>commons-logging</groupId>
165+
<artifactId>commons-logging</artifactId>
166+
<version>1.2</version>
167+
</dependency>
163168
</dependencies>
164169

165170
<build>

0 commit comments

Comments
 (0)