1
0
Fork 0
mirror of https://github.com/IRS-Public/direct-file.git synced 2025-08-16 17:50:53 +00:00
direct-file/direct-file/libs/pom.xml
2025-05-29 13:12:11 -04:00

16 lines
590 B
XML

<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>gov.irs.directfile</groupId>
<artifactId>libs</artifactId>
<name>Direct File Shared Dependencies</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>../boms</module>
<module>data-models</module>
<module>starters</module>
</modules>
</project>