cdc-rdb-report
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.gitlab.cdc-java.rdb</groupId>
<artifactId>cdc-rdb-report</artifactId>
<version>0.52.6</version>
</dependency><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>
<parent>
<groupId>com.gitlab.cdc-java.rdb</groupId>
<artifactId>cdc-rdb</artifactId>
<version>0.52.6</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>cdc-rdb-report</artifactId>
<packaging>pom</packaging>
<name>CDC - RDB - Report</name>
<description>RDB Report.</description>
<url>https://www.gitlab.com/cdc-java/cdc-rdb</url>
<build>
<plugins>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<executions>
<execution>
<id>report-aggregate</id>
<phase>verify</phase>
<goals>
<goal>report-aggregate</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>com.gitlab.cdc-java.rdb</groupId>
<artifactId>cdc-rdb-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.gitlab.cdc-java.rdb</groupId>
<artifactId>cdc-rdb-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.gitlab.cdc-java.rdb</groupId>
<artifactId>cdc-rdb-demos</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.gitlab.cdc-java.rdb</groupId>
<artifactId>cdc-rdb-tools</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>