Skip to content

Commit 18feeaf

Browse files
committed
mongodb add predicate
1 parent cd8c551 commit 18feeaf

File tree

18 files changed

+104
-90
lines changed

18 files changed

+104
-90
lines changed

cassandra/cassandra-side/cassandra-all-side/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
<goal>shade</goal>
3737
</goals>
3838
<configuration>
39+
<createDependencyReducedPom>false</createDependencyReducedPom>
3940
<artifactSet>
4041
<excludes>
4142
<exclude>org.slf4j</exclude>

cassandra/cassandra-side/cassandra-async-side/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
<goal>shade</goal>
5353
</goals>
5454
<configuration>
55+
<createDependencyReducedPom>false</createDependencyReducedPom>
5556
<artifactSet>
5657
<excludes>
5758
<exclude>org.slf4j</exclude>

console/console-sink/src/test/java/com/dtstack/flinkx/AppTest.java

Lines changed: 0 additions & 58 deletions
This file was deleted.

hbase/hbase-side/hbase-all-side/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
<goal>shade</goal>
5151
</goals>
5252
<configuration>
53+
<createDependencyReducedPom>false</createDependencyReducedPom>
5354
<artifactSet>
5455
<excludes>
5556
<exclude>org.apache.hadoop:hadoop-common</exclude>

hbase/hbase-side/hbase-async-side/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
<goal>shade</goal>
4848
</goals>
4949
<configuration>
50+
<createDependencyReducedPom>false</createDependencyReducedPom>
5051
<artifactSet>
5152
<excludes>
5253
<exclude>org.apache.hadoop:hadoop-common</exclude>

hbase/hbase-sink/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<goal>shade</goal>
2626
</goals>
2727
<configuration>
28+
<createDependencyReducedPom>false</createDependencyReducedPom>
2829
<artifactSet>
2930
<excludes>
3031
<exclude>org.slf4j:*</exclude>

kafka/kafka-sink/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
<goal>shade</goal>
3838
</goals>
3939
<configuration>
40+
<createDependencyReducedPom>false</createDependencyReducedPom>
4041
<artifactSet>
4142
<excludes>
4243
<exclude>org.slf4j</exclude>

kafka/kafka-source/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<goal>shade</goal>
3131
</goals>
3232
<configuration>
33+
<createDependencyReducedPom>false</createDependencyReducedPom>
3334
<artifactSet>
3435
<excludes>
3536
<exclude>org.slf4j</exclude>

kafka10/kafka10-sink/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
<goal>shade</goal>
3838
</goals>
3939
<configuration>
40+
<createDependencyReducedPom>false</createDependencyReducedPom>
4041
<artifactSet>
4142
<excludes>
4243
<exclude>org.slf4j</exclude>

kafka10/kafka10-source/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
<goal>shade</goal>
2828
</goals>
2929
<configuration>
30+
<createDependencyReducedPom>false</createDependencyReducedPom>
3031
<artifactSet>
3132
<excludes>
3233
<exclude>org.slf4j</exclude>

0 commit comments

Comments
 (0)