|
227 | 227 | <dependency> |
228 | 228 | <groupId>org.apache.ivy</groupId> |
229 | 229 | <artifactId>ivy</artifactId> |
230 | | - <version>2.4.0</version> |
231 | | - <exclusions> |
232 | | - <exclusion> |
233 | | - <groupId>org.apache.ant</groupId> |
234 | | - <artifactId>ant</artifactId> |
235 | | - </exclusion> |
236 | | - <exclusion> |
237 | | - <groupId>org.apache.ant</groupId> |
238 | | - <artifactId>ant-nodeps</artifactId> |
239 | | - </exclusion> |
240 | | - <exclusion> |
241 | | - <groupId>org.apache.ant</groupId> |
242 | | - <artifactId>ant-trax</artifactId> |
243 | | - </exclusion> |
244 | | - <exclusion> |
245 | | - <groupId>commons-httpclient</groupId> |
246 | | - <artifactId>commons-httpclient</artifactId> |
247 | | - </exclusion> |
248 | | - <exclusion> |
249 | | - <groupId>commons-vfs</groupId> |
250 | | - <artifactId>commons-vfs</artifactId> |
251 | | - </exclusion> |
252 | | - <exclusion> |
253 | | - <groupId>com.jcraft</groupId> |
254 | | - <artifactId>jsch</artifactId> |
255 | | - </exclusion> |
256 | | - <exclusion> |
257 | | - <groupId>com.jcraft</groupId> |
258 | | - <artifactId>jsch.agentproxy</artifactId> |
259 | | - </exclusion> |
260 | | - <exclusion> |
261 | | - <groupId>com.jcraft</groupId> |
262 | | - <artifactId>jsch.agentproxy.connector-factory</artifactId> |
263 | | - </exclusion> |
264 | | - <exclusion> |
265 | | - <groupId>com.jcraft</groupId> |
266 | | - <artifactId>jsch.agentproxy.jsch</artifactId> |
267 | | - </exclusion> |
268 | | - <exclusion> |
269 | | - <groupId>org.bouncycastle</groupId> |
270 | | - <artifactId>bcpg-jdk14</artifactId> |
271 | | - </exclusion> |
272 | | - <exclusion> |
273 | | - <groupId>org.bouncycastle</groupId> |
274 | | - <artifactId>bcprov-jdk14</artifactId> |
275 | | - </exclusion> |
276 | | - <exclusion> |
277 | | - <groupId>junit</groupId> |
278 | | - <artifactId>junit</artifactId> |
279 | | - </exclusion> |
280 | | - <exclusion> |
281 | | - <groupId>commons-lang</groupId> |
282 | | - <artifactId>commons-lang</artifactId> |
283 | | - </exclusion> |
284 | | - <exclusion> |
285 | | - <groupId>org.apache.ant</groupId> |
286 | | - <artifactId>ant-testutil</artifactId> |
287 | | - </exclusion> |
288 | | - <exclusion> |
289 | | - <groupId>ant</groupId> |
290 | | - <artifactId>ant-launcher</artifactId> |
291 | | - </exclusion> |
292 | | - <exclusion> |
293 | | - <groupId>ant-contrib</groupId> |
294 | | - <artifactId>ant-contrib</artifactId> |
295 | | - </exclusion> |
296 | | - <exclusion> |
297 | | - <groupId>xerces</groupId> |
298 | | - <artifactId>xercesImpl</artifactId> |
299 | | - </exclusion> |
300 | | - <exclusion> |
301 | | - <groupId>xerces</groupId> |
302 | | - <artifactId>xmlParserAPIs</artifactId> |
303 | | - </exclusion> |
304 | | - </exclusions> |
| 230 | + <version>${ivy.version}</version> |
| 231 | + </dependency> |
| 232 | + <dependency> |
| 233 | + <groupId>oro</groupId> |
| 234 | + <artifactId>oro</artifactId> |
| 235 | + <version>${oro.version}</version> |
305 | 236 | </dependency> |
306 | 237 | <dependency> |
307 | 238 | <groupId>org.tachyonproject</groupId> |
|
0 commit comments