@@ -22,8 +22,9 @@ under the License.
22
22
23
23
<parent >
24
24
<groupId >org.apache.flink</groupId >
25
- <artifactId >flink-filesystems </artifactId >
25
+ <artifactId >flink-hadoop33-fs-base </artifactId >
26
26
<version >2.2-SNAPSHOT</version >
27
+ <relativePath >../flink-hadoop33-fs-base</relativePath >
27
28
</parent >
28
29
29
30
<artifactId >flink-fs-hadoop-shaded</artifactId >
@@ -35,150 +36,12 @@ under the License.
35
36
<japicmp .skip>true</japicmp .skip>
36
37
</properties >
37
38
38
- <dependencyManagement >
39
- <dependencies >
40
- <dependency >
41
- <!-- Bumped for security purposes -->
42
- <groupId >commons-beanutils</groupId >
43
- <artifactId >commons-beanutils</artifactId >
44
- <version >1.9.4</version >
45
- </dependency >
46
- </dependencies >
47
- </dependencyManagement >
48
-
49
39
<dependencies >
50
40
<!-- The Hadoop file system abstraction -->
51
41
<dependency >
52
42
<groupId >org.apache.hadoop</groupId >
53
43
<artifactId >hadoop-common</artifactId >
54
- <version >${fs.hadoopshaded.version} </version >
55
44
<optional >${flink.markBundledAsOptional} </optional >
56
- <exclusions >
57
- <exclusion >
58
- <groupId >jdk.tools</groupId >
59
- <artifactId >jdk.tools</artifactId >
60
- </exclusion >
61
- <exclusion >
62
- <groupId >com.jcraft</groupId >
63
- <artifactId >jsch</artifactId >
64
- </exclusion >
65
- <exclusion >
66
- <groupId >com.sun.jersey</groupId >
67
- <artifactId >jersey-core</artifactId >
68
- </exclusion >
69
- <exclusion >
70
- <groupId >com.sun.jersey</groupId >
71
- <artifactId >jersey-servlet</artifactId >
72
- </exclusion >
73
- <exclusion >
74
- <groupId >com.sun.jersey</groupId >
75
- <artifactId >jersey-json</artifactId >
76
- </exclusion >
77
- <exclusion >
78
- <groupId >com.sun.jersey</groupId >
79
- <artifactId >jersey-server</artifactId >
80
- </exclusion >
81
- <exclusion >
82
- <groupId >org.apache.avro</groupId >
83
- <artifactId >avro</artifactId >
84
- </exclusion >
85
- <exclusion >
86
- <groupId >org.slf4j</groupId >
87
- <artifactId >slf4j-log4j12</artifactId >
88
- </exclusion >
89
- <exclusion >
90
- <groupId >log4j</groupId >
91
- <artifactId >log4j</artifactId >
92
- </exclusion >
93
- <exclusion >
94
- <groupId >org.eclipse.jetty</groupId >
95
- <artifactId >jetty-server</artifactId >
96
- </exclusion >
97
- <exclusion >
98
- <groupId >org.eclipse.jetty</groupId >
99
- <artifactId >jetty-util</artifactId >
100
- </exclusion >
101
- <exclusion >
102
- <groupId >org.eclipse.jetty</groupId >
103
- <artifactId >jetty-servlet</artifactId >
104
- </exclusion >
105
- <exclusion >
106
- <groupId >org.eclipse.jetty</groupId >
107
- <artifactId >jetty-webapp</artifactId >
108
- </exclusion >
109
- <exclusion >
110
- <groupId >javax.servlet</groupId >
111
- <artifactId >javax.servlet-api</artifactId >
112
- </exclusion >
113
- <exclusion >
114
- <groupId >javax.servlet.jsp</groupId >
115
- <artifactId >jsp-api</artifactId >
116
- </exclusion >
117
- <exclusion >
118
- <groupId >org.apache.kerby</groupId >
119
- <artifactId >kerb-simplekdc</artifactId >
120
- </exclusion >
121
- <exclusion >
122
- <groupId >org.apache.curator</groupId >
123
- <artifactId >curator-client</artifactId >
124
- </exclusion >
125
- <exclusion >
126
- <groupId >org.apache.curator</groupId >
127
- <artifactId >curator-framework</artifactId >
128
- </exclusion >
129
- <exclusion >
130
- <groupId >org.apache.curator</groupId >
131
- <artifactId >curator-recipes</artifactId >
132
- </exclusion >
133
- <exclusion >
134
- <groupId >org.apache.zookeeper</groupId >
135
- <artifactId >zookeeper</artifactId >
136
- </exclusion >
137
- <exclusion >
138
- <groupId >commons-net</groupId >
139
- <artifactId >commons-net</artifactId >
140
- </exclusion >
141
- <exclusion >
142
- <groupId >commons-cli</groupId >
143
- <artifactId >commons-cli</artifactId >
144
- </exclusion >
145
- <exclusion >
146
- <groupId >commons-codec</groupId >
147
- <artifactId >commons-codec</artifactId >
148
- </exclusion >
149
- <exclusion >
150
- <groupId >com.google.protobuf</groupId >
151
- <artifactId >protobuf-java</artifactId >
152
- </exclusion >
153
- <exclusion >
154
- <groupId >com.google.code.gson</groupId >
155
- <artifactId >gson</artifactId >
156
- </exclusion >
157
- <exclusion >
158
- <groupId >org.apache.httpcomponents</groupId >
159
- <artifactId >httpclient</artifactId >
160
- </exclusion >
161
- <exclusion >
162
- <groupId >org.apache.commons</groupId >
163
- <artifactId >commons-math3</artifactId >
164
- </exclusion >
165
- <exclusion >
166
- <groupId >com.nimbusds</groupId >
167
- <artifactId >nimbus-jose-jwt</artifactId >
168
- </exclusion >
169
- <exclusion >
170
- <groupId >net.minidev</groupId >
171
- <artifactId >json-smart</artifactId >
172
- </exclusion >
173
- <exclusion >
174
- <groupId >ch.qos.reload4j</groupId >
175
- <artifactId >reload4j</artifactId >
176
- </exclusion >
177
- <exclusion >
178
- <groupId >org.slf4j</groupId >
179
- <artifactId >slf4j-reload4j</artifactId >
180
- </exclusion >
181
- </exclusions >
182
45
</dependency >
183
46
</dependencies >
184
47
0 commit comments