base.tests-2.0.0.pom
Prototype for projects with junit testing
Checksums
| MD5 | 3ffa4ab1786b7a83ab21b1ec9ab5cd9a |
| SHA1 | b891faa8997adcbe483f063d69c9163849846dac |
| SHA256 | 51ead3bb33fa41430d03a9b382224cd12eb9920cd7941a8e03ac9ca0df9b093e |
| SHA512 | 33e9be68b41dfebd97007a9430a7c3d3552e84cc8dd5593a4950b2fea4c52c8919f464f15462df5ee11ff4dad42b0bf7a5c74271d5ea144cebc50e2c7a8d7289 |
POM
<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>org.anrruf</groupId>
<artifactId>base.platform.parent</artifactId>
<version>2.0.0-SNAPSHOT-991587b</version>
</parent>
<artifactId>base.tests</artifactId>
<version>2.0.0</version>
<name>Base Tests</name>
<description>Prototype for projects with junit testing</description>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<scm>
<connection>scm:git:ssh://@github.com/anr-ru/base.tests.git</connection>
<url>https://github.com/anr-ru/base.tests/</url>
<tag>HEAD</tag>
</scm>
<dependencies>
<dependency>
<groupId>org.anrruf</groupId>
<artifactId>base.utils</artifactId>
<version>2.0.0-SNAPSHOT-84d1b9e</version>
</dependency>
<!-- Yes, these all are compile dependencies in this project-->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
</dependency>
</dependencies>
</project>