aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index b05ac86b1..e23eb9299 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,6 +46,9 @@
<org.apache.commons.collections4.version>4.0</org.apache.commons.collections4.version>
<jodatime.version>2.7</jodatime.version>
+ <apache-cli-version>1.2</apache-cli-version>
+ <spring-orm-version>3.1.1.RELEASE</spring-orm-version>
+
</properties>
<profiles>
@@ -676,6 +679,19 @@
<artifactId>jackson-annotations</artifactId>
<version>${jackson-version}</version>
</dependency>
+
+ <dependency>
+ <groupId>commons-cli</groupId>
+ <artifactId>commons-cli</artifactId>
+ <version>${apache-cli-version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-orm</artifactId>
+ <version>${spring-orm-version}</version>
+ </dependency>
+
</dependencies>
</dependencyManagement>