Skip to content

Commit

Permalink
Add junit5 as module and dependency to parent project.
Browse files Browse the repository at this point in the history
  • Loading branch information
rosolko authored and marcelmay committed Mar 28, 2018
1 parent baaa3b2 commit 02e4e19
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
<module>greenmail-webapp</module>
<module>greenmail-jboss-service</module>
<module>greenmail-spring</module>
<module>greenmail-junit5</module>
</modules>

<!-- who the developers are for the project -->
Expand Down Expand Up @@ -370,6 +371,11 @@
<artifactId>greenmail-jboss-service</artifactId>
<version>1.6.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.icegreen</groupId>
<artifactId>greenmail-junit5</artifactId>
<version>1.6.0-SNAPSHOT</version>
</dependency>

<!-- Compile scope (=default) -->
<dependency>
Expand Down

0 comments on commit 02e4e19

Please sign in to comment.