diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2019-04-11 09:44:11 +0200 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2019-04-11 09:44:11 +0200 |
commit | 61d276832ebcf1901183dab323126f8ecb6a7370 (patch) | |
tree | ec9df86e1eb3cfb74f1fb68a371cb21d04e40d6b /eaaf_core/pom.xml | |
parent | 13952dddd85fc08115f963b259885b5c9b7f2b57 (diff) | |
download | EAAF-Components-61d276832ebcf1901183dab323126f8ecb6a7370.tar.gz EAAF-Components-61d276832ebcf1901183dab323126f8ecb6a7370.tar.bz2 EAAF-Components-61d276832ebcf1901183dab323126f8ecb6a7370.zip |
refactor protocol finalization to support protocol response without final redirect
Diffstat (limited to 'eaaf_core/pom.xml')
-rw-r--r-- | eaaf_core/pom.xml | 11 |
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> |