02/03: Ajout de la dépendance non déclarée en test
This is an automated email from the git hooks/post-receive script. New commit to branch feature/pom-11 in repository topia-2.x. See https://gitlab.nuiton.org/nuiton/topia-2.x.git commit c5a50075314bfd03af806f2f1b2e25e682725baa Author: Arnaud Thimel <thimel@codelutin.com> Date: Wed Jan 22 17:25:23 2020 +0100 Ajout de la dépendance non déclarée en test --- pom.xml | 7 +++++++ topia-persistence/pom.xml | 5 +++++ 2 files changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index 03ac79af..4ac10aed 100644 --- a/pom.xml +++ b/pom.xml @@ -351,6 +351,13 @@ <scope>test</scope> </dependency> + <dependency> + <groupId>org.hamcrest</groupId> + <artifactId>hamcrest</artifactId> + <version>${hamcrestVersion}</version> + <scope>test</scope> + </dependency> + <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-core</artifactId> diff --git a/topia-persistence/pom.xml b/topia-persistence/pom.xml index c50d7402..a7e939fb 100644 --- a/topia-persistence/pom.xml +++ b/topia-persistence/pom.xml @@ -135,6 +135,11 @@ <artifactId>junit</artifactId> </dependency> + <dependency> + <groupId>org.hamcrest</groupId> + <artifactId>hamcrest</artifactId> + </dependency> + <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-core</artifactId> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm