mirror of https://github.com/apache/archiva.git
Finish dependency cleanup for maven-repository
This commit is contained in:
parent
80235355c7
commit
1bcd7762ac
|
@ -130,12 +130,15 @@
|
|||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
<!-- Runtime scope, because it's needed by maven classes -->
|
||||
<dependency>
|
||||
<groupId>org.eclipse.sisu</groupId>
|
||||
<artifactId>org.eclipse.sisu.plexus</artifactId>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
|
||||
|
||||
|
||||
<dependency>
|
||||
<groupId>javax.inject</groupId>
|
||||
<artifactId>javax.inject</artifactId>
|
||||
|
|
|
@ -177,9 +177,11 @@
|
|||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<!-- Runtime scope, because it's needed by maven classes -->
|
||||
<dependency>
|
||||
<groupId>org.eclipse.sisu</groupId>
|
||||
<artifactId>org.eclipse.sisu.plexus</artifactId>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
|
|
@ -45,6 +45,7 @@ archiva-modules
|
|||
archiva-maven-model
|
||||
archiva-maven-proxy
|
||||
archiva-maven-indexer
|
||||
archiva-maven-repository
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue