Skip to content

Commit

Permalink
- updated itextpdf to 5.5.13.3 and added exclude on POI artifact to s…
Browse files Browse the repository at this point in the history
…atisify enforcer problem
  • Loading branch information
andy.rozman committed Apr 5, 2024
1 parent 4a69e6e commit aa5792c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion atech-tools
Submodule atech-tools updated 1 files
+1 −1 pom.xml
4 changes: 0 additions & 4 deletions ggc-desktop-app/ggc-desktop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,6 @@
<artifactId>simple-xml</artifactId>
</dependency>
<dependency>
<groupId>net.lingala.zip4j</groupId>
<artifactId>zip4j</artifactId>
</dependency>
-->

<dependency>
Expand Down
6 changes: 6 additions & 0 deletions ggc-plugins/ggc-connect/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
<version>4.1.1</version>
<exclusions>
<exclusion>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
</exclusion>
</exclusions>
</dependency>


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@
<pygmy-core.version>0.2</pygmy-core.version>
<pygmy-handlers.version>0.2</pygmy-handlers.version> <!-- Private -->
<servlet-api.version>2.5</servlet-api.version>
<itextpdf.version>5.5.12</itextpdf.version> <!-- 5.1.2 -->
<itextpdf.version>5.5.13.3</itextpdf.version> <!-- 5.1.2 -->
<commons-lang.version>2.6</commons-lang.version>
<javahelp.version>2.0.05</javahelp.version>
<icepdf-core.version>5.0.7</icepdf-core.version>
Expand Down

0 comments on commit aa5792c

Please sign in to comment.