Skip to content
Snippets Groups Projects
Commit bcb4c704 authored by Thomas  MUSSET's avatar Thomas MUSSET
Browse files

update pom parent

parent 2fcb9b7c
Branches
No related tags found
No related merge requests found
......@@ -6,18 +6,18 @@
<parent>
<groupId>org.bioimageanalysis.icy</groupId>
<artifactId>pom-icy</artifactId>
<version>2.1.1</version>
<version>2.2.0</version>
</parent>
<!-- Project Information -->
<artifactId>apache-httpclient</artifactId>
<version>4.5.13</version>
<version>4.5.14</version>
<packaging>jar</packaging>
<name>Apache HTTP client</name>
<description>The Apache HTTP client Library.</description>
<url>http://icy.bioimageanalysis.org/plugin/apache-httpclient/</url>
<url>https://icy.bioimageanalysis.org/plugin/apache-httpclient/</url>
<inceptionYear>2022</inceptionYear>
<!-- Project properties -->
......@@ -30,29 +30,28 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>fluent-hc</artifactId>
<version>4.5.13</version>
<version>4.5.14</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.13</version>
<version>4.5.14</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient-cache</artifactId>
<version>4.5.13</version>
<version>4.5.14</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.13</version>
<version>4.4.16</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
<version>4.5.13</version>
<version>4.5.14</version>
</dependency>
</dependencies>
<!-- Icy Maven repository (to find parent POM) -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment