initial checkin

This commit is contained in:
2023-01-27 16:33:12 -05:00
commit 0795bda85c
43 changed files with 1456 additions and 0 deletions

20
javax-api/pom.xml Normal file
View File

@@ -0,0 +1,20 @@
<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>javax.api</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>javax.api</wildfly.module.id>
</properties>
</project>