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 /asdctool | |
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>
Diffstat (limited to 'asdctool')
-rw-r--r-- | asdctool/pom.xml | 5 |
1 files changed, 2 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> |