Commit 6a6f1d163b4844d6d4135a250709a3e0a777021f
1 parent
ca9d5852
Exists in
master
add Mark Taylor anthentification librairie
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
pom.xml
... | ... | @@ -186,6 +186,12 @@ |
186 | 186 | <version>4.11</version> |
187 | 187 | <scope>test</scope> |
188 | 188 | </dependency> |
189 | + | |
190 | + <dependency> | |
191 | + <groupId>uk.ac.starlink</groupId> | |
192 | + <artifactId>auth</artifactId> | |
193 | + <version>2022-04-12-4f22b38ca</version> | |
194 | + </dependency> | |
189 | 195 | </dependencies> |
190 | 196 | |
191 | 197 | <repositories> |
... | ... |