added commons-lang3

This commit is contained in:
Brian Long 2023-01-30 11:27:26 -05:00
parent 0795bda85c
commit d67f1ff3e1
2 changed files with 29 additions and 0 deletions

28
commons-lang3/pom.xml Normal file
View File

@ -0,0 +1,28 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.inteligr8.wildfly.system</groupId>
<artifactId>org.apache.commons.lang3</artifactId>
<packaging>pom</packaging>
<parent>
<groupId>com.inteligr8.wildfly</groupId>
<artifactId>system-wildfly-modules</artifactId>
<version>27.0.1.Final</version>
<relativePath>..</relativePath>
</parent>
<properties>
<wildfly.module.id>org.apache.commons.lang3</wildfly.module.id>
</properties>
<dependencies>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
</dependency>
</dependencies>
</project>

View File

@ -53,6 +53,7 @@
</dependencyManagement>
<modules>
<module>commons-lang3</module>
<module>commons-logging</module>
<module>commons-codec</module>
<module>commons-io</module>