Mercurial > cgi-bin > hgweb.cgi > PassMan
comparison 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 |
comparison
equal
deleted
inserted
replaced
10:cbe4c797c9a6 | 11:c69665ff37d0 |
---|---|
133 <dependency> | 133 <dependency> |
134 <groupId>commons-cli</groupId> | 134 <groupId>commons-cli</groupId> |
135 <artifactId>commons-cli</artifactId> | 135 <artifactId>commons-cli</artifactId> |
136 <version>1.5.0</version> | 136 <version>1.5.0</version> |
137 </dependency> | 137 </dependency> |
138 <dependency> | |
139 <groupId>com.opencsv</groupId> | |
140 <artifactId>opencsv</artifactId> | |
141 <version>5.5</version> | |
142 </dependency> | |
138 </dependencies> | 143 </dependencies> |
139 | 144 |
140 </project> | 145 </project> |