aboutsummaryrefslogtreecommitdiffstats
path: root/ONAP-REST/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ONAP-REST/pom.xml')
-rw-r--r--ONAP-REST/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/ONAP-REST/pom.xml b/ONAP-REST/pom.xml
index 325308178..499ec195f 100644
--- a/ONAP-REST/pom.xml
+++ b/ONAP-REST/pom.xml
@@ -136,6 +136,11 @@
<!-- Spring -->
<dependency>
<groupId>org.springframework</groupId>
+ <artifactId>spring-test</artifactId>
+ <version>${springframework.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>${springframework.version}</version>
</dependency>