Skip to content
Snippets Groups Projects
Commit bd664b83 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Updated dependencies

parent 561183d2
No related branches found
No related tags found
No related merge requests found
...@@ -49,8 +49,16 @@ ...@@ -49,8 +49,16 @@
<dependency> <dependency>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId> <artifactId>httpclient</artifactId>
<version>4.5.2</version> <version>4.5</version>
<type>jar</type> <type>jar</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.1</version>
<type>jar</type>
<scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>javax</groupId> <groupId>javax</groupId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment