Mercurial > cgi-bin > hgweb.cgi > PassMan
comparison pom.xml @ 19:7d80cbcb67bb
add shlex-style splitter and tests
author | David Barts <n5jrn@me.com> |
---|---|
date | Sun, 30 Jun 2024 20:37:36 -0700 |
parents | c69665ff37d0 |
children |
comparison
equal
deleted
inserted
replaced
18:8f3ddebb4295 | 19:7d80cbcb67bb |
---|---|
109 <version>1.7.10</version> | 109 <version>1.7.10</version> |
110 <scope>test</scope> | 110 <scope>test</scope> |
111 </dependency> | 111 </dependency> |
112 <dependency> | 112 <dependency> |
113 <groupId>org.junit.jupiter</groupId> | 113 <groupId>org.junit.jupiter</groupId> |
114 <artifactId>junit-jupiter</artifactId> | |
115 <version>5.10.3</version> | |
116 <scope>test</scope> | |
117 </dependency> | |
118 <dependency> | |
119 <groupId>org.junit.jupiter</groupId> | |
114 <artifactId>junit-jupiter-engine</artifactId> | 120 <artifactId>junit-jupiter-engine</artifactId> |
115 <version>5.8.2</version> | 121 <version>5.10.3</version> |
122 <scope>test</scope> | |
123 </dependency> | |
124 <dependency> | |
125 <groupId>org.junit.jupiter</groupId> | |
126 <artifactId>junit-jupiter-api</artifactId> | |
127 <version>5.10.3</version> | |
116 <scope>test</scope> | 128 <scope>test</scope> |
117 </dependency> | 129 </dependency> |
118 <dependency> | 130 <dependency> |
119 <groupId>org.jetbrains.kotlin</groupId> | 131 <groupId>org.jetbrains.kotlin</groupId> |
120 <artifactId>kotlin-stdlib-jdk8</artifactId> | 132 <artifactId>kotlin-stdlib-jdk8</artifactId> |
126 <version>1.7.10</version> | 138 <version>1.7.10</version> |
127 </dependency> | 139 </dependency> |
128 <dependency> | 140 <dependency> |
129 <groupId>org.xerial</groupId> | 141 <groupId>org.xerial</groupId> |
130 <artifactId>sqlite-jdbc</artifactId> | 142 <artifactId>sqlite-jdbc</artifactId> |
131 <version>3.36.0.3</version> | 143 <version>3.41.2.2</version> |
132 </dependency> | 144 </dependency> |
133 <dependency> | 145 <dependency> |
134 <groupId>commons-cli</groupId> | 146 <groupId>commons-cli</groupId> |
135 <artifactId>commons-cli</artifactId> | 147 <artifactId>commons-cli</artifactId> |
136 <version>1.5.0</version> | 148 <version>1.5.0</version> |
137 </dependency> | 149 </dependency> |
138 <dependency> | 150 <dependency> |
139 <groupId>com.opencsv</groupId> | 151 <groupId>com.opencsv</groupId> |
140 <artifactId>opencsv</artifactId> | 152 <artifactId>opencsv</artifactId> |
141 <version>5.5</version> | 153 <version>5.9</version> |
142 </dependency> | 154 </dependency> |
143 </dependencies> | 155 </dependencies> |
144 | 156 |
145 </project> | 157 </project> |