Skip to content

Commit

Permalink
fix: NoClassDefFoundError: org/apache/commons/lang3/StringUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
fuyufjh committed Nov 14, 2024
1 parent f645d22 commit 19b8535
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions java/connector-node/assembly/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<includes>
<!-- The connector service -->
<include>*:risingwave-connector-service</include>
<include>*:tracing</include>

<!-- Source connectors -->
<include>*:risingwave-source-cdc</include>
Expand Down
4 changes: 4 additions & 0 deletions java/connector-node/risingwave-connector-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
Expand Down

0 comments on commit 19b8535

Please sign in to comment.