diff options
author | Tomasz Golabek <tomasz.golabek@nokia.com> | 2019-06-05 16:14:17 +0200 |
---|---|---|
committer | Oren Kleks <orenkle@amdocs.com> | 2019-06-17 13:29:40 +0000 |
commit | 47292bce13d2963a30c007995ebb36cc94f30dab (patch) | |
tree | 81d89e98762f558306b58c005c56ba62ae97ab7c | |
parent | bcf781b6261667cb13a4f3e3767f8302aa6e9201 (diff) |
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>
-rw-r--r-- | asdctool/pom.xml | 5 | ||||
-rw-r--r-- | pom.xml | 1 |
2 files changed, 3 insertions, 3 deletions
diff --git a/asdctool/pom.xml b/asdctool/pom.xml index 9f9dc56280..762d749164 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> @@ -50,6 +50,7 @@ Modifications copyright (c) 2018 Nokia <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> |