aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMartin Stockhammer <martin_s@apache.org>2020-06-18 23:01:26 +0200
committerMartin Stockhammer <martin_s@apache.org>2020-06-18 23:01:26 +0200
commit5456b9fee0c6cf7ce585e344e3cc150ed0981bad (patch)
tree3f8f28b028df1f7a9d97402a018393061ac6eb36 /pom.xml
parente95c1cd27dce8c161e08b16fd865a95f8316cf63 (diff)
downloadarchiva-5456b9fee0c6cf7ce585e344e3cc150ed0981bad.tar.gz
archiva-5456b9fee0c6cf7ce585e344e3cc150ed0981bad.zip
Removing sisu bridge from maven projects
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 7719c8fbb..7fd3a9327 100644
--- a/pom.xml
+++ b/pom.xml
@@ -933,6 +933,24 @@
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>${maven3x.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>com.google.inject</groupId>
+ <artifactId>guice</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.eclipse.sisu</groupId>
+ <artifactId>org.eclipse.sisu.plexus</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.eclipse.sisu</groupId>
+ <artifactId>org.eclipse.sisu.inject</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>