aboutsummaryrefslogtreecommitdiffstats
path: root/aai-core/pom.xml
diff options
context:
space:
mode:
authorBogumil Zebek <bogumil.zebek@nokia.com>2018-06-25 13:44:15 +0200
committerBogumil Zebek <bogumil.zebek@nokia.com>2018-07-12 08:26:38 +0200
commitf626a9868b89d7ce928504c131d3d4109accc947 (patch)
treeb2735339382ae38a0fef846a8de7a566dfca3654 /aai-core/pom.xml
parent75370173d19e97967d34b3c117f1e3c0820c2553 (diff)
Fix component creation
Change-Id: I08606ec83b53cd87005f7d52301e0fe8792d744e Issue-ID: AAI-1236 Signed-off-by: Bogumil Zebek <bogumil.zebek@nokia.com>
Diffstat (limited to 'aai-core/pom.xml')
-rw-r--r--aai-core/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/aai-core/pom.xml b/aai-core/pom.xml
index c6224f1d..2467aa87 100644
--- a/aai-core/pom.xml
+++ b/aai-core/pom.xml
@@ -575,6 +575,18 @@
<artifactId>json-patch</artifactId>
<version>1.9</version>
</dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-test</artifactId>
+ <version>4.3.16.RELEASE</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-test</artifactId>
+ <version>1.5.1.RELEASE</version>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-javaagent</artifactId>