]> source.dussan.org Git - archiva.git/commitdiff
Dependency cleanup of metadata-store-file
authorMartin Stockhammer <martin_s@apache.org>
Sat, 20 Jun 2020 16:31:04 +0000 (18:31 +0200)
committerMartin Stockhammer <martin_s@apache.org>
Sat, 20 Jun 2020 16:31:04 +0000 (18:31 +0200)
archiva-modules/plugins/metadata-store-file/pom.xml
status-dep.txt

index 6df5ceb35d1ac14c7da6390443151858dc285795..04ca69f9d41cb98258b859a1424ef1925c5c9940 100644 (file)
       <groupId>org.apache.archiva</groupId>
       <artifactId>metadata-repository-api</artifactId>
     </dependency>
-
-    <!-- Test scope -->
     <dependency>
-      <groupId>org.apache.archiva.components.cache</groupId>
-      <artifactId>archiva-components-spring-cache-ehcache</artifactId>
-      <scope>test</scope>
+      <groupId>org.apache.archiva</groupId>
+      <artifactId>archiva-common</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.archiva</groupId>
-      <artifactId>metadata-repository-api</artifactId>
-      <classifier>tests</classifier>
-      <scope>test</scope>
+      <artifactId>archiva-checksum</artifactId>
     </dependency>
     <dependency>
-      <groupId>commons-io</groupId>
-      <artifactId>commons-io</artifactId>
+      <groupId>org.apache.archiva</groupId>
+      <artifactId>metadata-model</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-context</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-simple</artifactId>
+      <groupId>javax.inject</groupId>
+      <artifactId>javax.inject</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-lang3</artifactId>
+    </dependency>
+
+    <!-- Test scope -->
+    <dependency>
+      <groupId>org.apache.archiva</groupId>
+      <artifactId>metadata-repository-api</artifactId>
+      <classifier>tests</classifier>
       <scope>test</scope>
     </dependency>
     <dependency>
       <artifactId>mockito-all</artifactId>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring-test</artifactId>
-      <scope>test</scope>
-    </dependency>
     <dependency>
       <groupId>org.assertj</groupId>
       <artifactId>assertj-core</artifactId>
index afa17da6343b82518570bd473ce510b2d66e7ca1..d8eb6093d24a232fa32e3f902eaf140bce9c49d5 100644 (file)
@@ -52,6 +52,7 @@ archiva-modules
     metadata-store-jcr
     repository-statistics
     stage-repository-merge
+    metadata-store-file