test
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.eclipse.elk</groupId> <artifactId>test</artifactId> <version>0.10.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (c) 2019, 2020, 2022 Kiel University and others. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which is available at http://www.eclipse.org/legal/epl-2.0. SPDX-License-Identifier: EPL-2.0 --> <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> <artifactId>test</artifactId> <packaging>pom</packaging> <parent> <groupId>org.eclipse.elk</groupId> <artifactId>parent</artifactId> <version>0.10.0</version> <relativePath>../build/pom.xml</relativePath> </parent> <!-- all tests need to be listed as module --> <modules> <module>org.eclipse.elk.alg.common.test</module> <module>org.eclipse.elk.alg.disco.test</module> <module>org.eclipse.elk.alg.force.test</module> <module>org.eclipse.elk.alg.layered.test</module> <module>org.eclipse.elk.alg.mrtree.test</module> <module>org.eclipse.elk.alg.radial.test</module> <module>org.eclipse.elk.alg.rectpacking.test</module> <module>org.eclipse.elk.alg.spore.test</module> <module>org.eclipse.elk.alg.test</module> <module>org.eclipse.elk.alg.topdown.test</module> <module>org.eclipse.elk.core.test</module> <module>org.eclipse.elk.graph.json.test</module> <module>org.eclipse.elk.graph.test</module> <module>org.eclipse.elk.shared.test</module> </modules> </project>