dirigible-commons-parent
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.eclipse.dirigible</groupId>
<artifactId>dirigible-commons-parent</artifactId>
<version>13.2.0</version>
</dependency><project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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>
<parent>
<groupId>org.eclipse.dirigible</groupId>
<artifactId>dirigible-modules-parent</artifactId>
<version>13.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>Commons - Parent</name>
<artifactId>dirigible-commons-parent</artifactId>
<packaging>pom</packaging>
<modules>
<module>commons-config</module>
<module>commons-helpers</module>
<module>commons-process</module>
<module>commons-xml2json</module>
<module>commons-timeout</module>
<module>commons-resources</module>
</modules>
<properties>
<license.header.location>../../licensing-header.txt</license.header.location>
</properties>
</project>