aboutsummaryrefslogtreecommitdiffstats
path: root/components/core/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-01-11 22:13:28 +0000
committerGerrit Code Review <gerrit@onap.org>2019-01-11 22:13:28 +0000
commit3142bdae700ac0960a2c0f267eacf485cf87924f (patch)
tree90dc6705e89b36c47a9be2f4358c77616fc2a8c1 /components/core/pom.xml
parent6213aad62019a361126ee218b6b550e539e3582f (diff)
parent423afe7b0c6282e3f22a912066185aa6f83e029c (diff)
Merge "Add support for workflow validation"
Diffstat (limited to 'components/core/pom.xml')
-rw-r--r--components/core/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/components/core/pom.xml b/components/core/pom.xml
index 8b6c524d..631ee007 100644
--- a/components/core/pom.xml
+++ b/components/core/pom.xml
@@ -52,11 +52,17 @@
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
</dependency>
+ <!--Testing dependencies-->
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-test-junit</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>io.mockk</groupId>
+ <artifactId>mockk</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>