pom.xml: add junit and mockito-core dependencies for testing
Signed-off-by: Paul Campbell <pcampbell@kemitix.net>
This commit is contained in:
parent
9cd5b0c69c
commit
1215fe8fa9
1 changed files with 11 additions and 0 deletions
11
pom.xml
11
pom.xml
|
@ -45,6 +45,17 @@
|
||||||
<artifactId>subethasmtp</artifactId>
|
<artifactId>subethasmtp</artifactId>
|
||||||
<version>3.1.7</version>
|
<version>3.1.7</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>junit</groupId>
|
||||||
|
<artifactId>junit</artifactId>
|
||||||
|
<scope>test</scope>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.mockito</groupId>
|
||||||
|
<artifactId>mockito-core</artifactId>
|
||||||
|
<scope>test</scope>
|
||||||
|
<type>jar</type>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
</project>
|
</project>
|
Loading…
Reference in a new issue