Skip to content

Commit

Permalink
[PPP-4821] Upgrade itext v2.1.7 to new version
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnaalluhitachi committed Dec 14, 2023
1 parent a788a98 commit bf3080c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions assemblies/pentaho-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -741,9 +741,9 @@
</exclusions>
</dependency>
<dependency>
<groupId>com.lowagie</groupId>
<artifactId>itext</artifactId>
<version>${itext.version}</version>
<groupId>com.github.librepdf</groupId>
<artifactId>openpdf</artifactId>
<version>${openpdf.version}</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1254,9 +1254,9 @@
</exclusions>
</dependency>
<dependency>
<groupId>com.lowagie</groupId>
<artifactId>itext-rtf</artifactId>
<version>${itext.version}</version>
<groupId>com.github.librepdf</groupId>
<artifactId>openrtf</artifactId>
<version>${openrtf.version}</version>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@
<jcommon.version>1.0.16</jcommon.version>
<drools.version>6.4.0.Final</drools.version>
<snmp4j.version>1.9.3d</snmp4j.version>
<itext.version>2.1.7</itext.version>
<mondrian.version>10.1.0.0-SNAPSHOT</mondrian.version>
<wsdl4j-qname.version>1.6.1</wsdl4j-qname.version>
<javatar.version>2.5</javatar.version>
Expand Down

0 comments on commit bf3080c

Please sign in to comment.