0

Am trying to add fingerprint to my springboot project but i get error Could not resolve com.digitalpersona.fingerprint:fp-enrollment:2.2.0 when resolving dependencies. Has the repository for com.digitalpersona.fingerprint changed?

Full Errors

* What went wrong:
Execution failed for task ':compileJava'.
> Could not resolve all files for configuration ':compileClasspath'.
   > Could not resolve com.digitalpersona.fingerprint:fp-enrollment:2.2.0.
     Required by:
         project :
      > Could not resolve com.digitalpersona.fingerprint:fp-enrollment:2.2.0.
         > Could not get resource 'https://repo.spring.io/libs-release/com/digitalpersona/fingerprint/fp-enrollment/2.2.0/fp-enrollment-2.2.0.pom'.
            > Could not GET 'https://repo.spring.io/libs-release/com/digitalpersona/fingerprint/fp-enrollment/2.2.0/fp-enrollment-2.2.0.pom'. Received status code 401 from server: Unauthorized
   > Could not resolve com.digitalpersona.fingerprint:fp-verification:2.2.0.
     Required by:
         project :
      > Could not resolve com.digitalpersona.fingerprint:fp-verification:2.2.0.
         > Could not get resource 'https://repo.spring.io/libs-release/com/digitalpersona/fingerprint/fp-verification/2.2.0/fp-verification-2.2.0.pom'.
            > Could not GET 'https://repo.spring.io/libs-release/com/digitalpersona/fingerprint/fp-verification/2.2.0/fp-verification-2.2.0.pom'. Received status code 401 from server: Unauthorized
   > Could not resolve com.digitalpersona.onetouch:ot-api:2.2.0.
     Required by:
         project :
      > Could not resolve com.digitalpersona.onetouch:ot-api:2.2.0.
         > Could not get resource 'https://repo.spring.io/libs-release/com/digitalpersona/onetouch/ot-api/2.2.0/ot-api-2.2.0.pom'.
            > Could not GET 'https://repo.spring.io/libs-release/com/digitalpersona/onetouch/ot-api/2.2.0/ot-api-2.2.0.pom'. Received status code 401 from server

0 Answers0