Skip to content

Commit 379a89d

Browse files
authored
fix: missing common lang dep (#1216)
Signed-off-by: Todd Baert <[email protected]>
1 parent 457fd45 commit 379a89d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

providers/flagd/pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,12 @@
113113
<version>4.4</version>
114114
</dependency>
115115

116+
<dependency>
117+
<groupId>org.apache.commons</groupId>
118+
<artifactId>commons-lang3</artifactId>
119+
<version>3.17.0</version>
120+
</dependency>
121+
116122
<dependency>
117123
<groupId>io.opentelemetry</groupId>
118124
<artifactId>opentelemetry-api</artifactId>

0 commit comments

Comments
 (0)