diff --git a/annotation/pom.xml b/annotation/pom.xml
index 290d4bb71ccc52acc83dd26fbbe61ad0abe38b9c..aded5d09b3f8c7a1e7bdd374aa671fb3d1bd8e5f 100644
--- a/annotation/pom.xml
+++ b/annotation/pom.xml
@@ -185,7 +185,7 @@
 		<dependency>
 			<groupId>org.apache.httpcomponents</groupId>
 			<artifactId>httpcore</artifactId>
-			<version>${apache.httpcomponents.version}</version>
+			<version>${apache.httpcomponents-core.version}</version>
 			<scope>compile</scope>
 		</dependency>
 
diff --git a/pom.xml b/pom.xml
index e2323345d37fb2f6a528b1585f550b506f9e4be2..8da511d4293a6302cd17a90b1bbf4878847160cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,6 +25,8 @@
 		<miriam-lib.version>1.1.6</miriam-lib.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.security.version>4.0.3.RELEASE</springframework.security.version>
@@ -52,7 +54,6 @@
 
 		
 		<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-cli.version>1.2</commons-cli.version>
diff --git a/service/pom.xml b/service/pom.xml
index 72f58ccaf09ba10c4eef489ee7b14c9a7250ce4f..7f6e82680b7309f31ed3ec98c7b93a0150f2a717 100644
--- a/service/pom.xml
+++ b/service/pom.xml
@@ -115,11 +115,6 @@
 			<artifactId>poi</artifactId>
 			<version>${apache.poi.version}</version>
 		</dependency>
-		<dependency>
-			<groupId>org.apache.poi</groupId>
-			<artifactId>poi</artifactId>
-			<version>${apache.poi.version}</version>
-		</dependency>
 		<dependency>
 			<groupId>org.apache.poi</groupId>
 			<artifactId>poi-ooxml</artifactId>