aboutsummaryrefslogtreecommitdiff
path: root/core/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'core/pom.xml')
-rw-r--r--core/pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/core/pom.xml b/core/pom.xml
index 2c115683fc..2dc5f747f2 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -242,6 +242,17 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.apache.ivy</groupId>
+ <artifactId>ivy</artifactId>
+ <version>${ivy.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>oro</groupId>
+ <!-- oro is needed by ivy, but only listed as an optional dependency, so we include it. -->
+ <artifactId>oro</artifactId>
+ <version>${oro.version}</version>
+ </dependency>
+ <dependency>
<groupId>org.tachyonproject</groupId>
<artifactId>tachyon-client</artifactId>
<version>0.5.0</version>