Hi , I tried to use Azure storage. The Azure SDK only support Spring Boot after 2.4.x With DSpace 7.3 (using Spring 2.6) it's possible to use Azure SDK now. see: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/boms/azure-sdk-bom/README.md
I added <dependency> <groupId>com.azure</groupId> <artifactId>azure-sdk-bom</artifactId> <version>1.1.0</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> To "dependencyManagement" of api pom.xml. There's no problem However after I add library into pom.xml, like <dependency> <groupId>com.azure</groupId> <artifactId>azure-storage-blob</artifactId> </dependency> The maven build will generate error by maven-enforcer-plugin:3.0.0-M3:enforce. Anyone have succeeded in adding azure storage into POM? Thanks in advance. Cheers J -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx --- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-tech/f7be643b-b8b2-4631-b24c-7de765cbb8d9n%40googlegroups.com.
