ace-component-tests
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.stromner</groupId>
<artifactId>ace-component-tests</artifactId>
<version>76</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<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">
<parent>
<groupId>com.github.stromner</groupId>
<artifactId>ace</artifactId>
<version>76</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ace-component-tests</artifactId>
<version>76</version>
<name>ACE::ComponentTests</name>
<dependencies>
<!-- INTERNAL -->
<dependency>
<groupId>com.github.stromner</groupId>
<artifactId>ace-application</artifactId>
<version>76</version>
</dependency>
<!-- TEST FRAMEWORK -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>