Skip to content

Commit c42ba95

Browse files
committed
fixed pulsarmq package
1 parent b48c434 commit c42ba95

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

client-adapter/launcher/pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,19 @@
207207
<classifier>jar-with-dependencies</classifier>
208208
<scope>provided</scope>
209209
</dependency>
210+
<dependency>
211+
<groupId>com.alibaba.otter</groupId>
212+
<artifactId>connector.pulsarmq</artifactId>
213+
<version>${project.version}</version>
214+
<exclusions>
215+
<exclusion>
216+
<artifactId>*</artifactId>
217+
<groupId>*</groupId>
218+
</exclusion>
219+
</exclusions>
220+
<classifier>jar-with-dependencies</classifier>
221+
<scope>provided</scope>
222+
</dependency>
210223
</dependencies>
211224

212225
<build>

connector/pulsarmq-connector/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<groupId>com.alibaba.otter</groupId>
1313
<artifactId>connector.pulsarmq</artifactId>
1414
<packaging>jar</packaging>
15-
15+
<name>canal connector pulsarmq module for otter ${project.version}</name>
1616

1717
<dependencies>
1818
<dependency>
@@ -91,4 +91,4 @@
9191
</plugins>
9292
</build>
9393

94-
</project>
94+
</project>

deployer/pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,19 @@
6464
<classifier>jar-with-dependencies</classifier>
6565
<scope>provided</scope>
6666
</dependency>
67+
<dependency>
68+
<groupId>com.alibaba.otter</groupId>
69+
<artifactId>connector.pulsarmq</artifactId>
70+
<version>${project.version}</version>
71+
<exclusions>
72+
<exclusion>
73+
<artifactId>*</artifactId>
74+
<groupId>*</groupId>
75+
</exclusion>
76+
</exclusions>
77+
<classifier>jar-with-dependencies</classifier>
78+
<scope>provided</scope>
79+
</dependency>
6780
</dependencies>
6881

6982
<build>

0 commit comments

Comments
 (0)