Skip to content

Commit

Permalink
[Fix][flink-connectors] missing profile (#1738)
Browse files Browse the repository at this point in the history
* 优化 cdc, filter to process

* missing flink-all profile
  • Loading branch information
wuzhenhua01 authored Mar 16, 2023
1 parent 6814a52 commit e414ae0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions dinky-connectors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,18 @@

</modules>
</profile>

<profile>
<id>flink-all</id>
<modules>
<module>dinky-connector-jdbc-1.12</module>
<module>dinky-connector-jdbc-1.13</module>
<module>dinky-connector-phoenix-1.13</module>
<module>dinky-connector-doris-1.13</module>
<module>dinky-connector-jdbc-1.14</module>
<module>dinky-connector-phoenix-1.14</module>
<module>dinky-connector-pulsar-1.14</module>
</modules>
</profile>
</profiles>
</project>

0 comments on commit e414ae0

Please sign in to comment.