summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2017-11-29 11:29:43 +0100
committergjoranv <gv@oath.com>2017-11-30 13:09:07 +0100
commit96dfd6650f47e2e4f78aa403a9fe2d360ade53c6 (patch)
tree108667bdb7ea144f6f01256a5d2ef7bb137354b1
parentea8002539703980e9ca6e637bd23e9d7db13a934 (diff)
Use no_aop classifier for guice.
-rw-r--r--linguistics/pom.xml1
-rw-r--r--service-monitor/pom.xml1
-rw-r--r--testutil/pom.xml1
3 files changed, 3 insertions, 0 deletions
diff --git a/linguistics/pom.xml b/linguistics/pom.xml
index b89369b42dc..e4aa7c3049e 100644
--- a/linguistics/pom.xml
+++ b/linguistics/pom.xml
@@ -60,6 +60,7 @@
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
<scope>provided</scope>
+ <classifier>no_aop</classifier>
</dependency>
</dependencies>
<build>
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>
diff --git a/testutil/pom.xml b/testutil/pom.xml
index 911c5654efe..00f606860a4 100644
--- a/testutil/pom.xml
+++ b/testutil/pom.xml
@@ -24,6 +24,7 @@
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
<scope>provided</scope>
+ <classifier>no_aop</classifier>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>