aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorandre.schmid <andre.schmid@est.tech>2019-07-31 13:40:17 +0000
committerandre.schmid <andre.schmid@est.tech>2019-07-31 13:40:17 +0000
commit527fe8bdac1f1c7c59738c598996dc8c842a22e3 (patch)
tree815745b7dea0a0ffba8eccc2ef9dca7deb9b914e /pom.xml
parentd0d5690f13b9c794044bfe6bd7ac87557dd3dcea (diff)
Validation to ThreadsLocalHolder instead stdoutHEADmasterelalto
Fix one validation error that was going to stdout instead of normal handling through ThreadsLocalHolder singleton. Issue-ID: SDC-2344 Change-Id: I34827aa1314f2b65eff7b92fce7890eeddbca0e6 Signed-off-by: andre.schmid <andre.schmid@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index c619031..8e02299 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,6 +23,7 @@
<!-- ==================== -->
<!-- Versions -->
+ <hamcrest.version>2.1</hamcrest.version>
<!-- ==================== -->
<!-- Global project version -->
@@ -65,6 +66,18 @@
<version>1.1.2</version> <scope>test</scope> </dependency> -->
<dependency>
+ <groupId>org.hamcrest</groupId>
+ <artifactId>hamcrest</artifactId>
+ <version>${hamcrest.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.hamcrest</groupId>
+ <artifactId>hamcrest-library</artifactId>
+ <version>${hamcrest.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>