initial checkin
This commit is contained in:
20
javax-api/pom.xml
Normal file
20
javax-api/pom.xml
Normal 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>
|
Reference in New Issue
Block a user