Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2013-05-25 01:24:34 +0000
committerIgor Fedorenko2013-05-25 01:24:34 +0000
commit049bf64904962556a0bab15bd224af6e60dfe809 (patch)
treeba7109bd2baee952fe7357cc4e6de1a0c8ca8651 /m2e-maven-runtime
parentf38594d9a9758244d0f5e688799cca5ef0e905a7 (diff)
downloadm2e-core-049bf64904962556a0bab15bd224af6e60dfe809.tar.gz
m2e-core-049bf64904962556a0bab15bd224af6e60dfe809.tar.xz
m2e-core-049bf64904962556a0bab15bd224af6e60dfe809.zip
excluded jsr305 due to incompatible licensemilestones/1.4/1.4.0.20130525-0310
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
Diffstat (limited to 'm2e-maven-runtime')
-rw-r--r--m2e-maven-runtime/org.eclipse.m2e.maven.runtime/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/m2e-maven-runtime/org.eclipse.m2e.maven.runtime/pom.xml b/m2e-maven-runtime/org.eclipse.m2e.maven.runtime/pom.xml
index 3984c00b..b03472af 100644
--- a/m2e-maven-runtime/org.eclipse.m2e.maven.runtime/pom.xml
+++ b/m2e-maven-runtime/org.eclipse.m2e.maven.runtime/pom.xml
@@ -107,6 +107,13 @@
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${guava.version}</version>
+ <exclusions>
+ <exclusion>
+ <!-- as of version 1.3.9 includes LGPL'ed sources, can't ship with an EPL project -->
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>jsr305</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>

Back to the top