Skip to content

Commit

Permalink
fix: common codec missing on tomcat 10.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolife999 committed Mar 14, 2024
1 parent a90e030 commit 30a8800
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@

All notable changes to this project will be documented in this file.

## version-94.1.8
- ihm bug fix

## version-94.1.3
- webservice servlet access fix
- kubernetess support
Expand Down
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,12 @@
<artifactId>commons-io</artifactId>
<version>2.11.0</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.16.1</version>
</dependency>


<!-- postgres -->
<dependency>
Expand Down

0 comments on commit 30a8800

Please sign in to comment.