File tree Expand file tree Collapse file tree 8 files changed +19
-90
lines changed Expand file tree Collapse file tree 8 files changed +19
-90
lines changed Original file line number Diff line number Diff line change @@ -40,13 +40,6 @@ under the License.
40
40
41
41
<dependencies >
42
42
43
- <dependency >
44
- <groupId >org.apache.flink</groupId >
45
- <artifactId >flink-core</artifactId >
46
- <version >${project.version} </version >
47
- <scope >provided</scope >
48
- </dependency >
49
-
50
43
<dependency >
51
44
<groupId >org.apache.flink</groupId >
52
45
<artifactId >flink-hadoop-fs</artifactId >
@@ -90,15 +83,6 @@ under the License.
90
83
<scope >test</scope >
91
84
</dependency >
92
85
93
- <!-- for the behavior test suite -->
94
- <dependency >
95
- <groupId >org.apache.flink</groupId >
96
- <artifactId >flink-core</artifactId >
97
- <version >${project.version} </version >
98
- <scope >test</scope >
99
- <type >test-jar</type >
100
- </dependency >
101
-
102
86
</dependencies >
103
87
104
88
<dependencyManagement >
Original file line number Diff line number Diff line change @@ -42,13 +42,6 @@ under the License.
42
42
43
43
<dependencies >
44
44
45
- <dependency >
46
- <groupId >org.apache.flink</groupId >
47
- <artifactId >flink-core</artifactId >
48
- <version >${project.version} </version >
49
- <scope >provided</scope >
50
- </dependency >
51
-
52
45
<dependency >
53
46
<groupId >org.apache.flink</groupId >
54
47
<artifactId >flink-hadoop-fs</artifactId >
Original file line number Diff line number Diff line change @@ -43,6 +43,8 @@ under the License.
43
43
</properties >
44
44
45
45
<dependencies >
46
+
47
+ <!-- Provided to the rest of the filesystems for runtime -->
46
48
<dependency >
47
49
<groupId >org.apache.flink</groupId >
48
50
<artifactId >flink-core</artifactId >
@@ -105,16 +107,6 @@ under the License.
105
107
</exclusion >
106
108
</exclusions >
107
109
</dependency >
108
-
109
-
110
- <!-- for the behavior test suite -->
111
- <dependency >
112
- <groupId >org.apache.flink</groupId >
113
- <artifactId >flink-core</artifactId >
114
- <version >${project.version} </version >
115
- <scope >test</scope >
116
- <type >test-jar</type >
117
- </dependency >
118
110
119
111
<!-- for the HDFS mini cluster test suite -->
120
112
<dependency >
Original file line number Diff line number Diff line change @@ -33,12 +33,6 @@ under the License.
33
33
</properties >
34
34
35
35
<dependencies >
36
- <dependency >
37
- <groupId >org.apache.flink</groupId >
38
- <artifactId >flink-core</artifactId >
39
- <version >${project.version} </version >
40
- <scope >provided</scope >
41
- </dependency >
42
36
43
37
<dependency >
44
38
<groupId >org.apache.flink</groupId >
@@ -110,15 +104,6 @@ under the License.
110
104
<type >test-jar</type >
111
105
</dependency >
112
106
113
- <!-- for the behavior test suite -->
114
- <dependency >
115
- <groupId >org.apache.flink</groupId >
116
- <artifactId >flink-core</artifactId >
117
- <version >${project.version} </version >
118
- <scope >test</scope >
119
- <type >test-jar</type >
120
- </dependency >
121
-
122
107
<dependency >
123
108
<groupId >org.apache.flink</groupId >
124
109
<artifactId >flink-hadoop-fs</artifactId >
Original file line number Diff line number Diff line change @@ -41,14 +41,6 @@ under the License.
41
41
42
42
<dependencies >
43
43
44
- <!-- Flink's file system abstraction (only compiled against, not bundled) -->
45
- <dependency >
46
- <groupId >org.apache.flink</groupId >
47
- <artifactId >flink-core</artifactId >
48
- <version >${project.version} </version >
49
- <scope >provided</scope >
50
- </dependency >
51
-
52
44
<!-- Hadoop's file system abstraction (bundled) -->
53
45
<dependency >
54
46
<groupId >org.apache.hadoop</groupId >
Original file line number Diff line number Diff line change @@ -66,15 +66,8 @@ under the License.
66
66
</dependency >
67
67
</dependencies >
68
68
</dependencyManagement >
69
- <dependencies >
70
69
71
- <!-- Flink's file system abstraction (compiled against, not bundled) -->
72
- <dependency >
73
- <groupId >org.apache.flink</groupId >
74
- <artifactId >flink-core</artifactId >
75
- <version >${project.version} </version >
76
- <scope >provided</scope >
77
- </dependency >
70
+ <dependencies >
78
71
79
72
<!-- S3 base -->
80
73
<dependency >
@@ -93,15 +86,6 @@ under the License.
93
86
<scope >provided</scope >
94
87
</dependency >
95
88
96
- <!-- for the behavior test suite -->
97
- <dependency >
98
- <groupId >org.apache.flink</groupId >
99
- <artifactId >flink-core</artifactId >
100
- <version >${project.version} </version >
101
- <scope >test</scope >
102
- <type >test-jar</type >
103
- </dependency >
104
-
105
89
<dependency >
106
90
<groupId >org.apache.flink</groupId >
107
91
<artifactId >flink-hadoop-fs</artifactId >
Original file line number Diff line number Diff line change @@ -40,14 +40,6 @@ under the License.
40
40
</properties >
41
41
42
42
<dependencies >
43
-
44
- <!-- Flink's file system abstraction (compiled against, not bundled) -->
45
- <dependency >
46
- <groupId >org.apache.flink</groupId >
47
- <artifactId >flink-core</artifactId >
48
- <version >${project.version} </version >
49
- <scope >provided</scope >
50
- </dependency >
51
43
52
44
<!-- S3 base (bundled) -->
53
45
<dependency >
@@ -335,15 +327,6 @@ under the License.
335
327
<scope >provided</scope >
336
328
</dependency >
337
329
338
- <!-- for the behavior test suite -->
339
- <dependency >
340
- <groupId >org.apache.flink</groupId >
341
- <artifactId >flink-core</artifactId >
342
- <version >${project.version} </version >
343
- <scope >test</scope >
344
- <type >test-jar</type >
345
- </dependency >
346
-
347
330
<dependency >
348
331
<groupId >org.apache.flink</groupId >
349
332
<artifactId >flink-hadoop-fs</artifactId >
Original file line number Diff line number Diff line change @@ -51,6 +51,22 @@ under the License.
51
51
<!-- Common dependency setup for all filesystems -->
52
52
<dependencies >
53
53
54
+ <!-- The filesystems are an extension to the flink-core, which would already be provided -->
55
+ <dependency >
56
+ <groupId >org.apache.flink</groupId >
57
+ <artifactId >flink-core</artifactId >
58
+ <version >${project.version} </version >
59
+ <scope >provided</scope >
60
+ </dependency >
61
+ <!-- for the behavior test suite -->
62
+ <dependency >
63
+ <groupId >org.apache.flink</groupId >
64
+ <artifactId >flink-core</artifactId >
65
+ <version >${project.version} </version >
66
+ <scope >test</scope >
67
+ <type >test-jar</type >
68
+ </dependency >
69
+
54
70
<!-- The filesystems are extensions that can assume logger and JSR to be already provided -->
55
71
<dependency >
56
72
<groupId >org.slf4j</groupId >
You can’t perform that action at this time.
0 commit comments