aboutsummaryrefslogtreecommitdiffstats
path: root/vid-automation/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'vid-automation/pom.xml')
-rw-r--r--vid-automation/pom.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/vid-automation/pom.xml b/vid-automation/pom.xml
index fb51a4a31..246402682 100644
--- a/vid-automation/pom.xml
+++ b/vid-automation/pom.xml
@@ -169,6 +169,11 @@
</dependency>
<dependency>
<groupId>org.springframework</groupId>
+ <artifactId>spring-aop</artifactId>
+ <version>${springframework.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>${springframework.version}</version>
<exclusions>
@@ -189,6 +194,11 @@
<version>1.5.0</version>
</dependency>
<dependency>
+ <groupId>com.google.collections</groupId>
+ <artifactId>google-collections</artifactId>
+ <version>1.0</version>
+ </dependency>
+ <dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.5</version>
@@ -234,6 +244,12 @@
<version>1.0</version>
</dependency>
<dependency>
+ <groupId>net.code-story</groupId>
+ <artifactId>http</artifactId>
+ <version>2.105</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.2.11</version>