Skip to content
Snippets Groups Projects
Commit e503dcb6 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

fix on httpcomponents library upgrade

parent 762b42fa
No related branches found
No related tags found
2 merge requests!630WIP: Resolve "The privileges of a new user are not saved in some cases",!464Resolve "upgrade 3rd party libraries"
...@@ -185,7 +185,7 @@ ...@@ -185,7 +185,7 @@
<dependency> <dependency>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId> <artifactId>httpcore</artifactId>
<version>${apache.httpcomponents.version}</version> <version>${apache.httpcomponents-core.version}</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
......
...@@ -25,6 +25,8 @@ ...@@ -25,6 +25,8 @@
<miriam-lib.version>1.1.6</miriam-lib.version> <miriam-lib.version>1.1.6</miriam-lib.version>
<apache.httpcomponents.version>4.5.6</apache.httpcomponents.version> <apache.httpcomponents.version>4.5.6</apache.httpcomponents.version>
<apache.httpcomponents-core.version>4.4.10</apache.httpcomponents-core.version>
<apache.poi.version>3.16</apache.poi.version>
<springframework.version>4.2.2.RELEASE</springframework.version> <springframework.version>4.2.2.RELEASE</springframework.version>
<springframework.security.version>4.0.3.RELEASE</springframework.security.version> <springframework.security.version>4.0.3.RELEASE</springframework.security.version>
...@@ -52,7 +54,6 @@ ...@@ -52,7 +54,6 @@
<apache.commons-lang3.version>3.1</apache.commons-lang3.version> <apache.commons-lang3.version>3.1</apache.commons-lang3.version>
<apache.poi.version>3.12</apache.poi.version>
<commons-io.version>2.4</commons-io.version> <commons-io.version>2.4</commons-io.version>
<commons-cli.version>1.2</commons-cli.version> <commons-cli.version>1.2</commons-cli.version>
......
...@@ -115,11 +115,6 @@ ...@@ -115,11 +115,6 @@
<artifactId>poi</artifactId> <artifactId>poi</artifactId>
<version>${apache.poi.version}</version> <version>${apache.poi.version}</version>
</dependency> </dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
<version>${apache.poi.version}</version>
</dependency>
<dependency> <dependency>
<groupId>org.apache.poi</groupId> <groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId> <artifactId>poi-ooxml</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment