File tree Expand file tree Collapse file tree 3 files changed +28
-2
lines changed
connector/pulsarmq-connector Expand file tree Collapse file tree 3 files changed +28
-2
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
9191 </plugins >
9292 </build >
9393
94- </project >
94+ </project >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments