77 <parent >
88 <groupId >org.ohnlp.backbone</groupId >
99 <artifactId >backbone-parent</artifactId >
10- <version >3.0.27 </version >
10+ <version >3.0.29 </version >
1111 </parent >
1212
1313 <groupId >org.ohnlp.backbone.io</groupId >
177177 <version >${jackson.version} </version >
178178 </dependency >
179179 </dependencies >
180+
181+ <profiles >
182+ <profile >
183+ <id >flink</id >
184+ <dependencies >
185+ <dependency >
186+ <groupId >org.apache.hadoop</groupId >
187+ <artifactId >hadoop-client</artifactId >
188+ <version >2.10.2</version >
189+ <scope >compile</scope >
190+ <exclusions >
191+ <exclusion >
192+ <groupId >org.checkerframework</groupId >
193+ <artifactId >jdk8</artifactId >
194+ </exclusion >
195+ <exclusion >
196+ <groupId >com.google.guava</groupId >
197+ <artifactId >guava-jdk5</artifactId >
198+ </exclusion >
199+ <exclusion >
200+ <groupId >jdk.tools</groupId >
201+ <artifactId >jdk.tools</artifactId >
202+ </exclusion >
203+ <exclusion >
204+ <groupId >com.google.protobuf</groupId >
205+ <artifactId >protobuf-lite</artifactId >
206+ </exclusion >
207+ <exclusion >
208+ <groupId >org.hamcrest</groupId >
209+ <artifactId >hamcrest-all</artifactId >
210+ </exclusion >
211+ </exclusions >
212+ </dependency >
213+ <dependency >
214+ <groupId >org.apache.hadoop</groupId >
215+ <artifactId >hadoop-common</artifactId >
216+ <version >2.10.2</version >
217+ <scope >compile</scope >
218+ <exclusions >
219+ <exclusion >
220+ <groupId >org.checkerframework</groupId >
221+ <artifactId >jdk8</artifactId >
222+ </exclusion >
223+ <exclusion >
224+ <groupId >com.google.guava</groupId >
225+ <artifactId >guava-jdk5</artifactId >
226+ </exclusion >
227+ <exclusion >
228+ <groupId >jdk.tools</groupId >
229+ <artifactId >jdk.tools</artifactId >
230+ </exclusion >
231+ <exclusion >
232+ <groupId >com.google.protobuf</groupId >
233+ <artifactId >protobuf-lite</artifactId >
234+ </exclusion >
235+ <exclusion >
236+ <groupId >org.hamcrest</groupId >
237+ <artifactId >hamcrest-all</artifactId >
238+ </exclusion >
239+ </exclusions >
240+ </dependency >
241+ </dependencies >
242+ </profile >
243+ </profiles >
180244</project >
0 commit comments