diff options
author | Tomasz Golabek <tomasz.golabek@nokia.com> | 2019-09-03 13:08:37 +0200 |
---|---|---|
committer | Tomasz Golabek <tomasz.golabek@nokia.com> | 2019-09-03 12:48:51 +0000 |
commit | a1cbd053c05862df04517ad2e9268c7d9999afd6 (patch) | |
tree | 82c10dc7ebfa406477068f21195bb04664fcbcb8 /openecomp-be/lib/openecomp-sdc-action-lib/openecomp-sdc-action-api/pom.xml | |
parent | fac210b761cd132dce05392325123b67aec10b23 (diff) |
unit tests - openecomp-sdc
Additional junit tests for action, type etc.
Change-Id: I93b088035fca13db4fdcf9da0d58e7f01ee4f976
Issue-ID: SDC-2326
Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
Diffstat (limited to 'openecomp-be/lib/openecomp-sdc-action-lib/openecomp-sdc-action-api/pom.xml')
-rw-r--r-- | openecomp-be/lib/openecomp-sdc-action-lib/openecomp-sdc-action-api/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/openecomp-be/lib/openecomp-sdc-action-lib/openecomp-sdc-action-api/pom.xml b/openecomp-be/lib/openecomp-sdc-action-lib/openecomp-sdc-action-api/pom.xml index afc6ea860e..b03d1e15a3 100644 --- a/openecomp-be/lib/openecomp-sdc-action-lib/openecomp-sdc-action-api/pom.xml +++ b/openecomp-be/lib/openecomp-sdc-action-lib/openecomp-sdc-action-api/pom.xml @@ -44,6 +44,12 @@ <artifactId>javax.ws.rs-api</artifactId> <scope>provided</scope> </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>${junit.version}</version> + <scope>test</scope> + </dependency> </dependencies> </project> |