aboutsummaryrefslogtreecommitdiffstats
path: root/service-monitor/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2017-11-29 11:29:43 +0100
committergjoranv <gv@oath.com>2017-12-01 16:15:19 +0100
commitcece86c53a4c0047f47ccf5c5baa9127438c20f2 (patch)
treee663fd982c87e3316737915b4e5ed0acfc65e529 /service-monitor/pom.xml
parentfb00c09c9d2a6405d00352bde44b71dce8ccea20 (diff)
Use no_aop classifier for guice.
Diffstat (limited to 'service-monitor/pom.xml')
-rw-r--r--service-monitor/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/service-monitor/pom.xml b/service-monitor/pom.xml
index 6125b75819c..70f9d4aa655 100644
--- a/service-monitor/pom.xml
+++ b/service-monitor/pom.xml
@@ -67,6 +67,7 @@
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
<scope>provided</scope>
+ <classifier>no_aop</classifier>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>