aboutsummaryrefslogtreecommitdiffstats
path: root/rest-services/aai-client/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'rest-services/aai-client/pom.xml')
-rw-r--r--rest-services/aai-client/pom.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/rest-services/aai-client/pom.xml b/rest-services/aai-client/pom.xml
index e0cd3b55..b69781e3 100644
--- a/rest-services/aai-client/pom.xml
+++ b/rest-services/aai-client/pom.xml
@@ -33,6 +33,10 @@
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-web</artifactId>
+ </dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
@@ -49,7 +53,5 @@
<artifactId>reactor-test</artifactId>
<scope>test</scope>
</dependency>
-
-
</dependencies>
</project> \ No newline at end of file