Skip to content

Commit b2e3863

Browse files
update pom
1 parent a6ee18b commit b2e3863

File tree

12 files changed

+0
-24
lines changed

12 files changed

+0
-24
lines changed

connector/avro/pom.xml

-2
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,10 @@
7070
<groupId>org.apache.spark</groupId>
7171
<artifactId>spark-tags_${scala.binary.version}</artifactId>
7272
</dependency>
73-
<!-- #if scala-2.13 --><!--
7473
<dependency>
7574
<groupId>org.scala-lang.modules</groupId>
7675
<artifactId>scala-parallel-collections_${scala.binary.version}</artifactId>
7776
</dependency>
78-
--><!-- #endif scala-2.13 -->
7977
<dependency>
8078
<groupId>org.tukaani</groupId>
8179
<artifactId>xz</artifactId>

connector/connect/server/pom.xml

-2
Original file line numberDiff line numberDiff line change
@@ -152,12 +152,10 @@
152152
</exclusion>
153153
</exclusions>
154154
</dependency>
155-
<!-- #if scala-2.13 --><!--
156155
<dependency>
157156
<groupId>org.scala-lang.modules</groupId>
158157
<artifactId>scala-parallel-collections_${scala.binary.version}</artifactId>
159158
</dependency>
160-
--><!-- #endif scala-2.13 -->
161159
<dependency>
162160
<groupId>com.google.guava</groupId>
163161
<artifactId>guava</artifactId>

connector/kafka-0-10-sql/pom.xml

-2
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,10 @@
7474
<type>test-jar</type>
7575
<scope>test</scope>
7676
</dependency>
77-
<!-- #if scala-2.13 --><!--
7877
<dependency>
7978
<groupId>org.scala-lang.modules</groupId>
8079
<artifactId>scala-parallel-collections_${scala.binary.version}</artifactId>
8180
</dependency>
82-
--><!-- #endif scala-2.13 -->
8381
<dependency>
8482
<groupId>org.apache.kafka</groupId>
8583
<artifactId>kafka-clients</artifactId>

connector/kafka-0-10/pom.xml

-2
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,10 @@
5959
<type>test-jar</type>
6060
<scope>test</scope>
6161
</dependency>
62-
<!-- #if scala-2.13 --><!--
6362
<dependency>
6463
<groupId>org.scala-lang.modules</groupId>
6564
<artifactId>scala-parallel-collections_${scala.binary.version}</artifactId>
6665
</dependency>
67-
--><!-- #endif scala-2.13 -->
6866
<dependency>
6967
<groupId>org.apache.kafka</groupId>
7068
<artifactId>kafka-clients</artifactId>

connector/protobuf/pom.xml

-2
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,10 @@
7070
<groupId>org.apache.spark</groupId>
7171
<artifactId>spark-tags_${scala.binary.version}</artifactId>
7272
</dependency>
73-
<!-- #if scala-2.13 --><!--
7473
<dependency>
7574
<groupId>org.scala-lang.modules</groupId>
7675
<artifactId>scala-parallel-collections_${scala.binary.version}</artifactId>
7776
</dependency>
78-
--><!-- #endif scala-2.13 -->
7977
<dependency>
8078
<groupId>com.google.protobuf</groupId>
8179
<artifactId>protobuf-java</artifactId>

core/pom.xml

-2
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,10 @@
3535
</properties>
3636

3737
<dependencies>
38-
<!-- #if scala-2.13 --><!--
3938
<dependency>
4039
<groupId>org.scala-lang.modules</groupId>
4140
<artifactId>scala-parallel-collections_${scala.binary.version}</artifactId>
4241
</dependency>
43-
--><!-- #endif scala-2.13 -->
4442
<dependency>
4543
<groupId>org.apache.avro</groupId>
4644
<artifactId>avro</artifactId>

mllib/pom.xml

-2
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,10 @@
9191
<type>test-jar</type>
9292
<scope>test</scope>
9393
</dependency>
94-
<!-- #if scala-2.13 --><!--
9594
<dependency>
9695
<groupId>org.scala-lang.modules</groupId>
9796
<artifactId>scala-parallel-collections_${scala.binary.version}</artifactId>
9897
</dependency>
99-
--><!-- #endif scala-2.13 -->
10098
<dependency>
10199
<groupId>org.scalanlp</groupId>
102100
<artifactId>breeze_${scala.binary.version}</artifactId>

sql/catalyst/pom.xml

-2
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,10 @@
8383
<artifactId>spark-sketch_${scala.binary.version}</artifactId>
8484
<version>${project.version}</version>
8585
</dependency>
86-
<!-- #if scala-2.13 --><!--
8786
<dependency>
8887
<groupId>org.scala-lang.modules</groupId>
8988
<artifactId>scala-parallel-collections_${scala.binary.version}</artifactId>
9089
</dependency>
91-
--><!-- #endif scala-2.13 -->
9290
<dependency>
9391
<groupId>org.scalacheck</groupId>
9492
<artifactId>scalacheck_${scala.binary.version}</artifactId>

sql/core/pom.xml

-2
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,10 @@
8989
<scope>test</scope>
9090
</dependency>
9191

92-
<!-- #if scala-2.13 --><!--
9392
<dependency>
9493
<groupId>org.scala-lang.modules</groupId>
9594
<artifactId>scala-parallel-collections_${scala.binary.version}</artifactId>
9695
</dependency>
97-
--><!-- #endif scala-2.13 -->
9896
<dependency>
9997
<groupId>org.apache.orc</groupId>
10098
<artifactId>orc-core</artifactId>

sql/hive-thriftserver/pom.xml

-2
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,10 @@
6161
<type>test-jar</type>
6262
<scope>test</scope>
6363
</dependency>
64-
<!-- #if scala-2.13 --><!--
6564
<dependency>
6665
<groupId>org.scala-lang.modules</groupId>
6766
<artifactId>scala-parallel-collections_${scala.binary.version}</artifactId>
6867
</dependency>
69-
--><!-- #endif scala-2.13 -->
7068
<dependency>
7169
<groupId>com.google.guava</groupId>
7270
<artifactId>guava</artifactId>

sql/hive/pom.xml

-2
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,10 @@
7979
<type>test-jar</type>
8080
<scope>test</scope>
8181
</dependency>
82-
<!-- #if scala-2.13 --><!--
8382
<dependency>
8483
<groupId>org.scala-lang.modules</groupId>
8584
<artifactId>scala-parallel-collections_${scala.binary.version}</artifactId>
8685
</dependency>
87-
--><!-- #endif scala-2.13 -->
8886
<dependency>
8987
<groupId>${hive.group}</groupId>
9088
<artifactId>hive-common</artifactId>

streaming/pom.xml

-2
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,10 @@
5050
<groupId>org.apache.spark</groupId>
5151
<artifactId>spark-tags_${scala.binary.version}</artifactId>
5252
</dependency>
53-
<!-- #if scala-2.13 --><!--
5453
<dependency>
5554
<groupId>org.scala-lang.modules</groupId>
5655
<artifactId>scala-parallel-collections_${scala.binary.version}</artifactId>
5756
</dependency>
58-
--><!-- #endif scala-2.13 -->
5957

6058
<!--
6159
This spark-tags test-dep is needed even though it isn't used in this module, otherwise testing-cmds that exclude

0 commit comments

Comments
 (0)