Skip to content

Commit

Permalink
[hotfix-#1811][connector][mongodb] Fixed missing dependencies (#1812)
Browse files Browse the repository at this point in the history
  • Loading branch information
libailin authored Sep 21, 2023
1 parent 2fb4967 commit 45adcc0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions chunjun-connectors/chunjun-connector-mongodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
Expand Down

0 comments on commit 45adcc0

Please sign in to comment.