]> source.dussan.org Git - archiva.git/commitdiff
Updating dependencies
authorMartin Stockhammer <martin_s@apache.org>
Fri, 5 Jun 2020 16:15:14 +0000 (18:15 +0200)
committerMartin Stockhammer <martin_s@apache.org>
Fri, 5 Jun 2020 16:15:14 +0000 (18:15 +0200)
archiva-modules/archiva-maven/archiva-maven-model/pom.xml
pom.xml
status-dep.txt

index 882edcee970860bee9334ad2a296f5836a511efc..adeb2353fba7600647aad616cbb68ee58ea1987a 100644 (file)
 
   <dependencies>
 
+    <dependency>
+      <groupId>org.json</groupId>
+      <artifactId>json</artifactId>
+      <scope>test</scope>
+    </dependency>
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-databind</artifactId>
       <version>${jackson.version}</version>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>org.json</groupId>
-      <artifactId>json</artifactId>
-      <version>20190722</version>
-    </dependency>
     <!--
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
diff --git a/pom.xml b/pom.xml
index 391535cb25ce199ef79c08ea389cf0db0f835e04..7719c8fbb76845cd9d159fe828a464570e250c04 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <scope>test</scope>
       </dependency>
 
+      <dependency>
+        <groupId>org.json</groupId>
+        <artifactId>json</artifactId>
+        <version>20200518</version>
+        <scope>test</scope>
+      </dependency>
+
+     
+
     </dependencies>
   </dependencyManagement>
 
       <artifactId>junit-vintage-engine</artifactId>
       <scope>test</scope>
     </dependency>
+    
 
     <!--
     <dependency>
index fa9a0d005a617f2f52dcfdcc54a41114529caafc..d49898b9853ea490b70bb86b72d241ad7edbf89d 100644 (file)
@@ -42,6 +42,7 @@ archiva-modules
     archiva-maven-common
     archiva-maven-model
     archiva-maven-metadata
+    archiva-maven-model