diff options
author | Martin Stockhammer <martin_s@apache.org> | 2020-06-18 23:01:26 +0200 |
---|---|---|
committer | Martin Stockhammer <martin_s@apache.org> | 2020-06-18 23:01:26 +0200 |
commit | 5456b9fee0c6cf7ce585e344e3cc150ed0981bad (patch) | |
tree | 3f8f28b028df1f7a9d97402a018393061ac6eb36 /pom.xml | |
parent | e95c1cd27dce8c161e08b16fd865a95f8316cf63 (diff) | |
download | archiva-5456b9fee0c6cf7ce585e344e3cc150ed0981bad.tar.gz archiva-5456b9fee0c6cf7ce585e344e3cc150ed0981bad.zip |
Removing sisu bridge from maven projects
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -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> |