Skip to content

Commit 3a23f21

Browse files
committed
excluded ivy dependencies
1 parent 53423e0 commit 3a23f21

File tree

1 file changed

+78
-0
lines changed

1 file changed

+78
-0
lines changed

core/pom.xml

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,84 @@
228228
<groupId>org.apache.ivy</groupId>
229229
<artifactId>ivy</artifactId>
230230
<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>oro</groupId>
250+
<artifactId>oro</artifactId>
251+
</exclusion>
252+
<exclusion>
253+
<groupId>commons-vfs</groupId>
254+
<artifactId>commons-vfs</artifactId>
255+
</exclusion>
256+
<exclusion>
257+
<groupId>com.jcraft</groupId>
258+
<artifactId>jsch</artifactId>
259+
</exclusion>
260+
<exclusion>
261+
<groupId>com.jcraft</groupId>
262+
<artifactId>jsch.agentproxy</artifactId>
263+
</exclusion>
264+
<exclusion>
265+
<groupId>com.jcraft</groupId>
266+
<artifactId>jsch.agentproxy.connector-factory</artifactId>
267+
</exclusion>
268+
<exclusion>
269+
<groupId>com.jcraft</groupId>
270+
<artifactId>jsch.agentproxy.jsch</artifactId>
271+
</exclusion>
272+
<exclusion>
273+
<groupId>org.bouncycastle</groupId>
274+
<artifactId>bcpg-jdk14</artifactId>
275+
</exclusion>
276+
<exclusion>
277+
<groupId>org.bouncycastle</groupId>
278+
<artifactId>bcprov-jdk14</artifactId>
279+
</exclusion>
280+
<exclusion>
281+
<groupId>junit</groupId>
282+
<artifactId>junit</artifactId>
283+
</exclusion>
284+
<exclusion>
285+
<groupId>commons-lang</groupId>
286+
<artifactId>commons-lang</artifactId>
287+
</exclusion>
288+
<exclusion>
289+
<groupId>org.apache.ant</groupId>
290+
<artifactId>ant-testutil</artifactId>
291+
</exclusion>
292+
<exclusion>
293+
<groupId>ant</groupId>
294+
<artifactId>ant-launcher</artifactId>
295+
</exclusion>
296+
<exclusion>
297+
<groupId>ant-contrib</groupId>
298+
<artifactId>ant-contrib</artifactId>
299+
</exclusion>
300+
<exclusion>
301+
<groupId>xerces</groupId>
302+
<artifactId>xercesImpl</artifactId>
303+
</exclusion>
304+
<exclusion>
305+
<groupId>xerces</groupId>
306+
<artifactId>xmlParserAPIs</artifactId>
307+
</exclusion>
308+
</exclusions>
231309
</dependency>
232310
<dependency>
233311
<groupId>org.tachyonproject</groupId>

0 commit comments

Comments
 (0)