adorsys / datasafe

Secure, Encrypted and Versioned Data Storage Library
https://adorsys.github.io/datasafe/
GNU Affero General Public License v3.0
51 stars 21 forks source link

cleanup dependencies in the project datasafe-simple-adapter-spring. #304

Open francis-pouatcha opened 4 months ago

francis-pouatcha commented 4 months ago

run

../../mvnw clean verify

Maven will point out unused declared dependencies and used undeclared dependencies.

Modify the pom accordingly.