Skip to content

Commit 63b82dd

Browse files
toddbaertNick Zimmermann
authored and
Nick Zimmermann
committed
fix: missing common lang dep (open-feature#1216)
Signed-off-by: Todd Baert <[email protected]> Signed-off-by: Nick Zimmermann <[email protected]>
1 parent c9852a0 commit 63b82dd

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)