1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-13 09:46:17 +00:00

bump dependencies

This commit is contained in:
bgamard
2023-03-19 14:28:22 +01:00
parent c8a67177d8
commit 1aa21c3762
14 changed files with 47 additions and 82 deletions

View File

@@ -34,8 +34,8 @@
<!-- Other external dependencies -->
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
@@ -53,17 +53,12 @@
<artifactId>log4j</artifactId>
</dependency>
<dependency>
<groupId>commons-dbcp</groupId>
<artifactId>commons-dbcp</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>