feat: webauthn tests

This commit is contained in:
2022-09-12 22:47:16 +08:00
parent 873aa09726
commit e819351318
5 changed files with 274 additions and 53 deletions

25
build.json Normal file
View File

@@ -0,0 +1,25 @@
{
"project": {
"name": "webauthnn4j-tests",
"main": "SampleMain",
"archiveName": "sample"
},
"application": false,
"java": "1.8",
"builder": {
"name": "gradle",
"version": "3.1"
},
"repo": {
"dependencies": [
"me.hatter:commons:3.0",
"com.webauthn4j:webauthn4j-core:0.20.3.RELEASE",
"com.webauthn4j:webauthn4j-util:0.20.3.RELEASE",
"com.webauthn4j:webauthn4j-metadata:0.20.3.RELEASE",
"com.webauthn4j:webauthn4j-device-check:0.20.3.RELEASE"
],
"testDependencies": [
"junit:junit:4.12"
]
}
}