aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/MSOCoreBPMN/pom.xml
diff options
context:
space:
mode:
authorbiniek <lukasz.biniek@nokia.com>2018-01-04 10:43:30 +0100
committerbiniek <lukasz.biniek@nokia.com>2018-01-04 10:48:35 +0100
commit900def94e31cf341aca82ee7c284654d17067f76 (patch)
tree91c492eed6840bf8fd7675601453a8578adeb3ca /bpmn/MSOCoreBPMN/pom.xml
parent30585fe9fa4c810c1f0589010f53221a588a31c7 (diff)
Moved variable name extraction to separate class.
Change-Id: Ic4105f9f3557c924928321c1b27f7b0e3444bfbc Issue-ID: SO-374 Signed-off-by: biniek <lukasz.biniek@nokia.com>
Diffstat (limited to 'bpmn/MSOCoreBPMN/pom.xml')
-rw-r--r--bpmn/MSOCoreBPMN/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/bpmn/MSOCoreBPMN/pom.xml b/bpmn/MSOCoreBPMN/pom.xml
index b3eddeda41..6884c1e33b 100644
--- a/bpmn/MSOCoreBPMN/pom.xml
+++ b/bpmn/MSOCoreBPMN/pom.xml
@@ -167,5 +167,11 @@
<artifactId>status-control</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.assertj</groupId>
+ <artifactId>assertj-core</artifactId>
+ <version>3.8.0</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>