We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72bef68 commit d53d454Copy full SHA for d53d454
1 file changed
modules/calcite/pom.xml
@@ -179,6 +179,12 @@
179
<version>${commons.text.version}</version>
180
</dependency>
181
182
+ <dependency>
183
+ <groupId>org.apache.commons</groupId>
184
+ <artifactId>commons-lang3</artifactId>
185
+ <version>${commons.lang3.version}</version>
186
+ </dependency>
187
+
188
<dependency>
189
<groupId>org.immutables</groupId>
190
<artifactId>value</artifactId>
0 commit comments