aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/pom.xml
diff options
context:
space:
mode:
authorMichal Kabaj <michal.kabaj@nokia.com>2018-11-15 13:48:36 +0100
committerMichal Kabaj <michal.kabaj@nokia.com>2018-11-21 08:21:23 +0100
commit7d6e1ae492d91b74c6db995f42ef665d9e375245 (patch)
tree9535d0b17eb10d96b976004c08753ee4a4c01271 /bpmn/pom.xml
parent4bae647a66bd08422ae2d9b8dec226434270eb5c (diff)
Add unit tests for ExternalAPIUtil
-Add unit tests for ExternalAPIUtil -Add dependency injection via constructor -Add factory for creating ExternalAPIUtil and RESTClient Change-Id: Ied89afa3612de8d51424c95239341a57387ad94f Issue-ID: SO-1195 Signed-off-by: Michal Kabaj <michal.kabaj@nokia.com>
Diffstat (limited to 'bpmn/pom.xml')
-rw-r--r--bpmn/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpmn/pom.xml b/bpmn/pom.xml
index a7b49bc52a..c66178b182 100644
--- a/bpmn/pom.xml
+++ b/bpmn/pom.xml
@@ -64,7 +64,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
- <version>1.7.0</version>
+ <version>3.11.1</version>
<scope>test</scope>
</dependency>
</dependencies>