Skip to content

Commit 947bd10

Browse files
alprustyebyhr
authored andcommitted
Add commons-lang3 to OpenLineage plugin
The dependency is required for openlineage-java.
1 parent 7c843de commit 947bd10

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

plugin/trino-openlineage/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,12 @@
123123
<scope>runtime</scope>
124124
</dependency>
125125

126+
<dependency>
127+
<groupId>org.apache.commons</groupId>
128+
<artifactId>commons-lang3</artifactId>
129+
<scope>runtime</scope>
130+
</dependency>
131+
126132
<dependency>
127133
<groupId>io.airlift</groupId>
128134
<artifactId>junit-extensions</artifactId>

0 commit comments

Comments
 (0)