Updated package version
Apache POI version changed to latest. Was tested manually using asdctool
Change-Id: I8c71a22ef6c7a9dde5afdf6b9890310ef1a2c748
Issue-ID: SDC-2270
Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
diff --git a/asdctool/pom.xml b/asdctool/pom.xml
index 9f9dc56..762d749 100644
--- a/asdctool/pom.xml
+++ b/asdctool/pom.xml
@@ -409,9 +409,8 @@
<dependency>
<groupId>org.apache.poi</groupId>
- <artifactId>com.springsource.org.apache.poi</artifactId>
- <version>3.9.0.FINAL</version>
- <scope>compile</scope>
+ <artifactId>poi</artifactId>
+ <version>${apache-poi.version}</version>
</dependency>
<dependency>
diff --git a/pom.xml b/pom.xml
index cd1db89..d1533c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,6 +50,7 @@
<lombok.version>1.18.2</lombok.version>
<commons-beanutils>1.9.3</commons-beanutils>
<commons-configuration>2.3</commons-configuration>
+ <apache-poi.version>4.1.0</apache-poi.version>
<commons.collections.version>4.1</commons.collections.version>