diff options
author | liamfallon <liam.fallon@est.tech> | 2019-03-27 22:27:14 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2019-03-27 22:27:14 +0000 |
commit | 6ccec5265d3431a1ca3265876b3df7bb422d9b62 (patch) | |
tree | c639987c73c76c533cddb526bb4d75a48df07ceb /models-provider/pom.xml | |
parent | 2141dc0263940c94bf4265c6ca0072d9130a8ead (diff) |
Add support for legacy guard policies
Support for legacy guard policies added.
Support for translation of all legacy policies to
TOSCA format now complete.
Fix merge problems with dummy provider implementation.
Issue-ID: POLICY-1095
Change-Id: I3dd1775b78d39078a884e1834502b832ff40be18
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'models-provider/pom.xml')
-rw-r--r-- | models-provider/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/models-provider/pom.xml b/models-provider/pom.xml index b6021b003..cbe19389d 100644 --- a/models-provider/pom.xml +++ b/models-provider/pom.xml @@ -79,5 +79,12 @@ <artifactId>mockito-all</artifactId> <scope>test</scope> </dependency> + + <dependency> + <groupId>org.assertj</groupId> + <artifactId>assertj-core</artifactId> + <scope>test</scope> + </dependency> + </dependencies> </project> |