From 67f1f9ce3747cc46d737e3ae0d2a2c84a145c260 Mon Sep 17 00:00:00 2001 From: Serban Jora Date: Fri, 12 Jan 2018 20:43:07 -0500 Subject: [PATCH] make aspectjweaver part of runtime fixes known spring issue, spring aop depends on aspectjweaver Change-Id: I4dd4bdeaf1018ef642da8a1e46bdcbdeb0af08b7 Signed-off-by: Serban Jora --- gateway/pom.xml | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/gateway/pom.xml b/gateway/pom.xml index 0af83b4..bf423a6 100644 --- a/gateway/pom.xml +++ b/gateway/pom.xml @@ -178,6 +178,11 @@ commons-lang3 3.6 + + org.aspectj + aspectjweaver + 1.8.13 + junit @@ -197,13 +202,6 @@ ${spring.boot.starter.test.version} test - - org.aspectj - aspectjweaver - 1.8.13 - test - - @@ -263,8 +261,8 @@ ${project.build.directory}/deps - false - false + true + true true @@ -378,7 +376,7 @@ - ${basedir}/target/deps/ + ${project.build.directory}/deps/ /libs/ * -- 2.16.6