26 lines
667 B
JSON
26 lines
667 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|
|
}
|