diff --git a/README.md b/README.md index ec84230..d115f9c 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,6 @@ This is planned to be a free and open source cross-platform Java casino program. I am open to adding more games over time (sic bo, British and Australian pontoon, more poker games, etc.) but I think this is a good set of games to start with. -Feel free to chip in if you'd like to help! Please read the [contributing guidelines](/CONTRIBUTING.md) before you begin. I also have two similar projects for different categories of games, [FreeBoardAndCard](https://github.com/StrangerCoug/FreeBoardAndCard) and [FreeSolitaire](https://github.com/StrangerCoug/FreeSolitaire); this project often shares code with the other two. +Feel free to chip in if you'd like to help! Please read the [contributing guidelines](/CONTRIBUTING.md) before you begin. I also have two similar projects for different categories of games, [FreeCardAndBoard](https://github.com/StrangerCoug/FreeCardAndBoard) and [FreeSolitaire](https://github.com/StrangerCoug/FreeSolitaire); this project often shares code with the other two. This is a [Maven](https://maven.apache.org/) project; therefore, you will need Maven to build the program. diff --git a/pom.xml b/pom.xml index 5235e28..551997f 100644 --- a/pom.xml +++ b/pom.xml @@ -44,6 +44,11 @@ jacoco-maven-plugin 0.8.10 + + org.mockito + mockito-core + 5.5.0 +