Do not override argparse4j versions 61/101261/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 23 May 2022 08:07:16 +0000 (10:07 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 23 May 2022 08:07:16 +0000 (10:07 +0200)
odlparent is declaring versions, reuse them.

Change-Id: Ifee7e71288c1daacedb81a301404e7396a9c3235
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
tools/yang-model-validator/pom.xml
tools/yang-validation-tool/pom.xml

index 75b0f620c8f54f19ee0d02f4369fa59ddbd8a159..8d247c0c33f1d900634c7105b02b6ec7c38c7bb5 100644 (file)
@@ -42,7 +42,6 @@
         <dependency>
             <groupId>net.sourceforge.argparse4j</groupId>
             <artifactId>argparse4j</artifactId>
-            <version>0.9.0</version>
         </dependency>
     </dependencies>
 
index 76926f5766953cad1fd7bce93ea0b2ac0f22fd36..250e445a3bd5aa416bdd640e268d3b1d639cb64e 100644 (file)
     </dependencyManagement>
 
     <dependencies>
+        <dependency>
+            <groupId>com.google.guava</groupId>
+            <artifactId>guava</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>yang-test-util</artifactId>
         <dependency>
             <groupId>net.sourceforge.argparse4j</groupId>
             <artifactId>argparse4j</artifactId>
-            <version>0.9.0</version>
         </dependency>
         <dependency>
             <groupId>ch.qos.logback</groupId>
             <artifactId>logback-classic</artifactId>
             <scope>compile</scope>
         </dependency>
-        <dependency>
-            <groupId>com.google.guava</groupId>
-            <artifactId>guava</artifactId>
-        </dependency>
     </dependencies>
 
     <build>