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-11-29 12:33:27 +0100
commit9d7e5a10340d8057078d0c314c29e2293ebd9a25 (patch)
treeb0f47d4899b254a04f06d0ed56a94f1d53b05275 /service-monitor/pom.xml
parentbce8e082b7e1f3d91868acaa05cf65ead267e015 (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 ecd319eabf7..6fe4b4e2b18 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>