Skip to content

Commit 85ec5a3

Browse files
committed
added oro as a dependency explicitly
1 parent ea44ca4 commit 85ec5a3

2 files changed

Lines changed: 8 additions & 75 deletions

File tree

core/pom.xml

Lines changed: 6 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -227,81 +227,12 @@
227227
<dependency>
228228
<groupId>org.apache.ivy</groupId>
229229
<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>
305236
</dependency>
306237
<dependency>
307238
<groupId>org.tachyonproject</groupId>

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@
136136
<jblas.version>1.2.3</jblas.version>
137137
<jetty.version>8.1.14.v20131031</jetty.version>
138138
<chill.version>0.5.0</chill.version>
139+
<ivy.version>2.4.0</ivy.version>
140+
<oro.version>2.0.8</oro.version>
139141
<codahale.metrics.version>3.0.0</codahale.metrics.version>
140142
<avro.version>1.7.6</avro.version>
141143
<avro.mapred.classifier></avro.mapred.classifier>

0 commit comments

Comments
 (0)