mirror of
https://github.com/apache/archiva.git
synced 2025-02-22 01:44:47 +00:00
Removing felix dependency
This commit is contained in:
parent
9bae61661a
commit
c7fb08d2cb
@ -72,10 +72,12 @@
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<!--
|
||||
<dependency>
|
||||
<groupId>org.apache.felix</groupId>
|
||||
<artifactId>org.apache.felix.scr.annotations</artifactId>
|
||||
</dependency>
|
||||
-->
|
||||
<dependency>
|
||||
<groupId>org.apache.logging.log4j</groupId>
|
||||
<artifactId>log4j-core</artifactId>
|
||||
|
8
pom.xml
8
pom.xml
@ -81,7 +81,6 @@
|
||||
|
||||
<jcr-oak.version>1.14.0</jcr-oak.version>
|
||||
<jackrabbit.version>2.15.4</jackrabbit.version>
|
||||
<felix.scr.version>1.12.0</felix.scr.version>
|
||||
<metrics-core.version>3.1.0</metrics-core.version>
|
||||
|
||||
<cxf.version>3.0.3</cxf.version>
|
||||
@ -1508,13 +1507,6 @@
|
||||
<version>${javax.jcr.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.felix</groupId>
|
||||
<artifactId>org.apache.felix.scr.annotations</artifactId>
|
||||
<version>${felix.scr.version}</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
<!-- Transitive versions to manage -->
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
|
Loading…
x
Reference in New Issue
Block a user