summaryrefslogtreecommitdiffstats
path: root/portal-BE/pom.xml
diff options
context:
space:
mode:
authorDominik Mizyn <d.mizyn@samsung.com>2019-10-03 12:21:10 +0200
committerDominik Mizyn <d.mizyn@samsung.com>2019-10-03 12:22:12 +0200
commit1a7472103bde3d850f1f410a7d2ae5b249aef92e (patch)
tree6a56a85ff3b5f04011dbcfb149e9230fbfe92c3b /portal-BE/pom.xml
parente90cfa3b65b9879d22fc4522f45a22f1014e224e (diff)
Tests coverage up and some minor bug fixes
Tests coverage up and some minor bug fixes Issue-ID: PORTAL-710 Change-Id: I796bc731dec6fedae92cac2a659b27f2c0f6d406 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
Diffstat (limited to 'portal-BE/pom.xml')
-rw-r--r--portal-BE/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/portal-BE/pom.xml b/portal-BE/pom.xml
index f31b0a65..843e33d8 100644
--- a/portal-BE/pom.xml
+++ b/portal-BE/pom.xml
@@ -51,6 +51,12 @@
<artifactId>spring-boot-starter-aop</artifactId>
<version>2.1.6.RELEASE</version>
</dependency>
+ <!-- https://mvnrepository.com/artifact/org.springframework/spring-context-support -->
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-context-support</artifactId>
+ <version>5.2.0.RELEASE</version>
+ </dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>