Skip to content

Commit

Permalink
fixed pulsarmq package
Browse files Browse the repository at this point in the history
  • Loading branch information
agapple committed Oct 9, 2021
1 parent b48c434 commit c42ba95
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
13 changes: 13 additions & 0 deletions client-adapter/launcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,19 @@
<classifier>jar-with-dependencies</classifier>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.alibaba.otter</groupId>
<artifactId>connector.pulsarmq</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
<classifier>jar-with-dependencies</classifier>
<scope>provided</scope>
</dependency>
</dependencies>

<build>
Expand Down
4 changes: 2 additions & 2 deletions connector/pulsarmq-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<groupId>com.alibaba.otter</groupId>
<artifactId>connector.pulsarmq</artifactId>
<packaging>jar</packaging>

<name>canal connector pulsarmq module for otter ${project.version}</name>

<dependencies>
<dependency>
Expand Down Expand Up @@ -91,4 +91,4 @@
</plugins>
</build>

</project>
</project>
13 changes: 13 additions & 0 deletions deployer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,19 @@
<classifier>jar-with-dependencies</classifier>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.alibaba.otter</groupId>
<artifactId>connector.pulsarmq</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
<classifier>jar-with-dependencies</classifier>
<scope>provided</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit c42ba95

Please sign in to comment.