Skip to content

Commit

Permalink
(changelog)
Browse files Browse the repository at this point in the history
* updated rd-lib-common
* changed poi to por-full to have all schemas available
  • Loading branch information
ake2l committed Apr 6, 2021
1 parent 27e1c47 commit fc6558c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.rapiddweller</groupId>
<artifactId>rd-lib-script</artifactId>
<version>1.2.0-jdk-11-SNAPSHOT</version>
<version>1.1.2-jdk-11-SNAPSHOT</version>
<packaging>jar</packaging>
<name>rapiddweller Script</name>
<description>'rapiddweller Script' is an open source software library for resolving Java-like script expressions,
Expand All @@ -14,7 +14,7 @@
<inceptionYear>2011</inceptionYear>

<properties>
<_rd_common_version>1.1.0-jdk-11</_rd_common_version>
<_rd_common_version>1.1.1-jdk-11</_rd_common_version>
<buildnumber-maven-plugin.version>1.0</buildnumber-maven-plugin.version>
<dependency_antlr-runtime.version>3.3</dependency_antlr-runtime.version>
<dependency_junit.version>4.13.1</dependency_junit.version>
Expand Down Expand Up @@ -130,7 +130,7 @@
<!-- Excel -->
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<artifactId>poi-ooxml-full</artifactId>
<version>${dependency_poi.version}</version>
</dependency>
<dependency>
Expand Down

0 comments on commit fc6558c

Please sign in to comment.