Add hamcrest to target platform, for JUnit testing.
authorMathieu Baudier <mbaudier@argeo.org>
Tue, 7 Jan 2020 06:53:22 +0000 (07:53 +0100)
committerMathieu Baudier <mbaudier@argeo.org>
Tue, 7 Jan 2020 06:53:22 +0000 (07:53 +0100)
dep/pom.xml

index 2bf7f791da5c1977e11d0243c4819cc95a91bf9e..d473533aa5fc67cf2fb0de187c00dd485e1661fe 100644 (file)
                        <artifactId>org.junit</artifactId>
                        <scope>test</scope>
                </dependency>
+               <dependency>
+                       <groupId>org.argeo.tp.sdk</groupId>
+                       <artifactId>org.hamcrest</artifactId>
+                       <scope>test</scope>
+               </dependency>
        </dependencies>
        <profiles>
                <profile>