From: Mechtilde <mechtilde@debian.org>
Date: Sun, 16 Mar 2025 14:24:40 +0100
Subject: Added_dependency_for_commons-lang3

Gbp-Pq: Added_dependency_for commons-lang3
Forwarded: No
---
 jax-maven-plugin/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/jax-maven-plugin/pom.xml b/jax-maven-plugin/pom.xml
index 7114155..2c4337c 100644
--- a/jax-maven-plugin/pom.xml
+++ b/jax-maven-plugin/pom.xml
@@ -15,6 +15,11 @@
     </properties>
 
     <dependencies>
+	<dependency>
+	    <groupId>org.apache.commons</groupId>
+	    <artifactId>commons-lang3</artifactId>
+	    <version>3.17.0</version>
+	</dependency>
         <dependency>
             <groupId>org.sonatype.plexus</groupId>
             <artifactId>plexus-build-api</artifactId>
