use variables

Signed-off-by: Olivier Lamy <olamy@apache.org>
This commit is contained in:
Olivier Lamy 2024-10-10 09:45:15 +10:00
parent 37afba6c1d
commit 52c6a743ae
No known key found for this signature in database
GPG Key ID: 873A8E86B4372146
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.14.0</version>
<version>${commons-io.version}</version>
</dependency>
<dependency>
<groupId>jakarta.servlet</groupId>

View File

@ -17,7 +17,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.14.0</version>
<version>${commons-io.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.toolchain</groupId>