summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Rettberg2017-08-08 13:55:14 +0200
committerSimon Rettberg2017-08-08 13:55:14 +0200
commitbd999de22f4ff49521c608d66879d07218753c43 (patch)
tree5838c98c94c611087e93f2623c29e479b90edfd5 /pom.xml
parentRequest headers again; IdP request MUST be Content-Type: text/xml apparently (diff)
downloadecp-client-lean-bd999de22f4ff49521c608d66879d07218753c43.tar.gz
ecp-client-lean-bd999de22f4ff49521c608d66879d07218753c43.tar.xz
ecp-client-lean-bd999de22f4ff49521c608d66879d07218753c43.zip
Update apache httpclient, minor cleanups
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index aeb1c82..8499597 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.openslx.ecp</groupId>
<artifactId>ecp-client-lean</artifactId>
- <version>0.0.2-SNAPSHOT</version>
+ <version>0.0.3-SNAPSHOT</version>
<name>Lean ECP Client</name>
<description>ECP Client w/o OpenSAML Libs</description>
@@ -38,7 +38,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
- <version>[4.1,4.2.99]</version>
+ <version>[4.5.3,4.5.99]</version>
</dependency>
</dependencies>
</project>