Skip to content

Commit

Permalink
1. fix compile fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackin-code committed Oct 9, 2023
1 parent 9306904 commit 195070c
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions manager/tm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,17 +142,35 @@
<groupId>io.tapdata</groupId>
<artifactId>service-skeleton-module</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<exclusions>
<exclusion>
<artifactId>tapdata-pdk-runner</artifactId>
<groupId>io.tapdata</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.tapdata</groupId>
<artifactId>tapdata-proxy</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<exclusions>
<exclusion>
<artifactId>tapdata-pdk-runner</artifactId>
<groupId>io.tapdata</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.tapdata</groupId>
<artifactId>mongodb-storage-module</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<exclusions>
<exclusion>
<artifactId>tapdata-pdk-runner</artifactId>
<groupId>io.tapdata</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.tapdata</groupId>
<artifactId>common</artifactId>
Expand Down

0 comments on commit 195070c

Please sign in to comment.