diff pom.xml @ 11:c69665ff37d0

Add merge subcommand (untested).
author David Barts <n5jrn@me.com>
date Sat, 21 Jan 2023 15:39:42 -0800
parents eafa3779aef8
children 7d80cbcb67bb
line wrap: on
line diff
--- a/pom.xml	Sat Oct 01 20:43:59 2022 -0700
+++ b/pom.xml	Sat Jan 21 15:39:42 2023 -0800
@@ -135,6 +135,11 @@
             <artifactId>commons-cli</artifactId>
             <version>1.5.0</version>
         </dependency>
+        <dependency>
+            <groupId>com.opencsv</groupId>
+            <artifactId>opencsv</artifactId>
+            <version>5.5</version>
+        </dependency>
     </dependencies>
 
 </project>
\ No newline at end of file