summaryrefslogtreecommitdiff
path: root/eaaf_core/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'eaaf_core/pom.xml')
-rw-r--r--eaaf_core/pom.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/eaaf_core/pom.xml b/eaaf_core/pom.xml
index 3220dee9..21d6c338 100644
--- a/eaaf_core/pom.xml
+++ b/eaaf_core/pom.xml
@@ -73,7 +73,7 @@
<groupId>org.apache.velocity</groupId>
<artifactId>velocity</artifactId>
</dependency>
- <dependency>
+ <dependency>
<groupId>jaxen</groupId>
<artifactId>jaxen</artifactId>
</dependency>
@@ -87,6 +87,15 @@
</dependency>
<dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpclient</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpcore</artifactId>
+ </dependency>
+
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>