aboutsummaryrefslogtreecommitdiffstats
path: root/service-monitor/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'service-monitor/pom.xml')
-rw-r--r--service-monitor/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/service-monitor/pom.xml b/service-monitor/pom.xml
index 2378d63d457..6a46838a0ce 100644
--- a/service-monitor/pom.xml
+++ b/service-monitor/pom.xml
@@ -91,6 +91,12 @@
<scope>provided</scope>
</dependency>
<dependency>
+ <groupId>com.google.inject</groupId>
+ <artifactId>guice</artifactId>
+ <scope>provided</scope>
+ <classifier>no_aop</classifier>
+ </dependency>
+ <dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>${jackson2.version}</version>