kadai-common-parent
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.kadai</groupId> <artifactId>kadai-common-parent</artifactId> <version>10.1.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> <artifactId>kadai-common-parent</artifactId> <packaging>pom</packaging> <name>${project.groupId}:${project.artifactId}</name> <description>This pom is parent to all kadai common modules and serves the common build. </description> <parent> <groupId>io.kadai</groupId> <artifactId>kadai-parent</artifactId> <version>10.1.0</version> <relativePath>../pom.xml</relativePath> </parent> <modules> <module>kadai-common</module> <module>kadai-common-security</module> <module>kadai-common-data</module> <module>kadai-common-test</module> <module>kadai-common-logging</module> </modules> </project>