Skip to content

Commit c88530b

Browse files
committed
规范包的位置
1 parent 4fba900 commit c88530b

17 files changed

+12
-18
lines changed

pom.xml

Lines changed: 12 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,26 @@
5353
<artifactId>flink-clients_2.11</artifactId>
5454
<version>${flink.version}</version>
5555
</dependency>
56+
5657
<dependency>
5758
<groupId>org.apache.flink</groupId>
58-
<artifactId>flink-scala_2.11</artifactId>
59+
<artifactId>flink-table-planner-blink_2.11</artifactId>
5960
<version>${flink.version}</version>
6061
</dependency>
6162

6263
<dependency>
6364
<groupId>org.apache.flink</groupId>
64-
<artifactId>flink-java</artifactId>
65+
<artifactId>flink-table-common</artifactId>
6566
<version>${flink.version}</version>
6667
</dependency>
6768

6869
<!-- Scala开发
70+
<dependency>
71+
<groupId>org.apache.flink</groupId>
72+
<artifactId>flink-scala_2.11</artifactId>
73+
<version>${flink.version}</version>
74+
</dependency>
75+
6976
<dependency>
7077
<groupId>org.apache.flink</groupId>
7178
<artifactId>flink-streaming-scala_2.11</artifactId>
@@ -96,13 +103,7 @@
96103

97104
<dependency>
98105
<groupId>org.apache.flink</groupId>
99-
<artifactId>flink-table-planner-blink_2.11</artifactId>
100-
<version>${flink.version}</version>
101-
</dependency>
102-
103-
<dependency>
104-
<groupId>org.apache.flink</groupId>
105-
<artifactId>flink-table-common</artifactId>
106+
<artifactId>flink-java</artifactId>
106107
<version>${flink.version}</version>
107108
</dependency>
108109

@@ -245,15 +246,8 @@
245246
<scope>provided</scope>
246247
</dependency>
247248

248-
<!-- hadoop Dependency local jar-->
249-
<!-- <dependency>
250-
<groupId>org.apache.flink</groupId>
251-
<artifactId>flink-shaded-hadoop-2-uber</artifactId>
252-
<version>3.0.0-cdh6.3.0-10.0</version>
253-
<scope>system</scope>
254-
<systemPath>${project.basedir}/lib/flink-shaded-hadoop-2-uber-3.0.0-cdh6.3.0-10.0.jar</systemPath>
255-
</dependency>
256-
-->
249+
<!-- hadoop Dependency -->
250+
257251
<dependency>
258252
<groupId>org.apache.flink</groupId>
259253
<artifactId>flink-shaded-hadoop-2-uber</artifactId>
-1.38 KB
Binary file not shown.
-2.47 KB
Binary file not shown.
-3.12 KB
Binary file not shown.
-6.6 KB
Binary file not shown.
-2.51 KB
Binary file not shown.
-2.62 KB
Binary file not shown.
-8.12 KB
Binary file not shown.
-2.61 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)