cdc-asd-tools
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.gitlab.cdc-java.asd</groupId>
<artifactId>cdc-asd-tools</artifactId>
<version>0.35.0</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.asd</groupId>
<artifactId>cdc-asd</artifactId>
<version>0.35.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>cdc-asd-tools</artifactId>
<name>CDC - ASD - Tools</name>
<url>https://www.gitlab.com/cdc-java/cdc-asd</url>
<dependencies>
<dependency>
<groupId>com.gitlab.cdc-java.asd</groupId>
<artifactId>cdc-asd-checks</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.gitlab.cdc-java.asd</groupId>
<artifactId>cdc-asd-model</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.gitlab.cdc-java.asd</groupId>
<artifactId>cdc-asd-specgen</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.gitlab.cdc-java.asd</groupId>
<artifactId>cdc-asd-xsdgen</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.gitlab.cdc-java.graphs</groupId>
<artifactId>cdc-graphs-api</artifactId>
</dependency>
<dependency>
<groupId>com.gitlab.cdc-java.graphs</groupId>
<artifactId>cdc-graphs-core</artifactId>
</dependency>
<dependency>
<groupId>com.gitlab.cdc-java.graphs</groupId>
<artifactId>cdc-graphs-impl</artifactId>
</dependency>
<dependency>
<groupId>com.gitlab.cdc-java.gv</groupId>
<artifactId>cdc-gv-api</artifactId>
</dependency>
<dependency>
<groupId>com.gitlab.cdc-java.gv</groupId>
<artifactId>cdc-gv-tools</artifactId>
</dependency>
<dependency>
<groupId>com.gitlab.cdc-java.io</groupId>
<artifactId>cdc-io-data</artifactId>
</dependency>
<dependency>
<groupId>com.gitlab.cdc-java.io</groupId>
<artifactId>cdc-io-tools</artifactId>
</dependency>
<dependency>
<groupId>com.gitlab.cdc-java.io</groupId>
<artifactId>cdc-io-xml</artifactId>
</dependency>
<dependency>
<groupId>com.gitlab.cdc-java.issues</groupId>
<artifactId>cdc-issues-api</artifactId>
</dependency>
<dependency>
<groupId>com.gitlab.cdc-java.issues</groupId>
<artifactId>cdc-issues-checks</artifactId>
</dependency>
<dependency>
<groupId>com.gitlab.cdc-java.issues</groupId>
<artifactId>cdc-issues-core</artifactId>
<!--<scope>runtime</scope> Needed as long as MD utilities are not moved to issues-api -->
</dependency>
<dependency>
<groupId>com.gitlab.cdc-java.kernel</groupId>
<artifactId>cdc-kernel-validation</artifactId>
</dependency>
<dependency>
<groupId>com.gitlab.cdc-java.mf</groupId>
<artifactId>cdc-mf-ea</artifactId>
</dependency>
<dependency>
<groupId>com.gitlab.cdc-java.mf</groupId>
<artifactId>cdc-mf-model</artifactId>
</dependency>
<dependency>
<groupId>com.gitlab.cdc-java.mf</groupId>
<artifactId>cdc-mf-tools</artifactId>
</dependency>
<dependency>
<groupId>com.gitlab.cdc-java.mf</groupId>
<artifactId>cdc-mf-transform</artifactId>
</dependency>
<dependency>
<groupId>com.gitlab.cdc-java.office</groupId>
<artifactId>cdc-office-ss</artifactId>
</dependency>
<dependency>
<groupId>com.gitlab.cdc-java.office</groupId>
<artifactId>cdc-office-tables</artifactId>
</dependency>
<dependency>
<groupId>com.gitlab.cdc-java.office</groupId>
<artifactId>cdc-office-tools</artifactId>
</dependency>
<dependency>
<groupId>com.gitlab.cdc-java.perfs</groupId>
<artifactId>cdc-perfs-instrument-asm</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.gitlab.cdc-java.util</groupId>
<artifactId>cdc-util-cli</artifactId>
</dependency>
<dependency>
<groupId>com.gitlab.cdc-java.util</groupId>
<artifactId>cdc-util-core</artifactId>
</dependency>
<dependency>
<groupId>com.healthmarketscience.jackcess</groupId>
<artifactId>jackcess</artifactId>
</dependency>
<dependency>
<groupId>net.sf.ucanaccess</groupId>
<artifactId>ucanaccess</artifactId>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<resources>
<resource>
<directory>src/main/resources</directory>
<excludes>
<exclude>**/*.eap</exclude>
<exclude>**/*.EAP</exclude>
<exclude>**/*.xmi</exclude>
<exclude>**/*.xsd</exclude>
</excludes>
</resource>
</resources>
</build>
</project>