| | |
| | | <poi.version>5.0.0</poi.version> |
| | | <jjwt.version>0.9.1</jjwt.version> |
| | | </properties> |
| | | |
| | | <dependencyManagement> |
| | | <dependencies> |
| | | <dependency> |
| | | <groupId>com.azure.spring</groupId> |
| | | <artifactId>spring-cloud-azure-dependencies</artifactId> |
| | | <version>4.19.0</version> |
| | | <type>pom</type> |
| | | <scope>import</scope> |
| | | </dependency> |
| | | </dependencies> |
| | | </dependencyManagement> |
| | | <dependencies> |
| | | <!-- Spring Boot --> |
| | | <dependency> |
| | |
| | | <artifactId>bcprov-jdk15on</artifactId> |
| | | <version>1.60</version> |
| | | </dependency> |
| | | <!-- <dependency> |
| | | <groupId>com.azure.spring</groupId> |
| | | <artifactId>spring-cloud-azure-starter-storage-blob</artifactId> |
| | | </dependency>--> |
| | | <dependency> |
| | | <groupId>com.azure</groupId> |
| | | <artifactId>azure-storage-blob</artifactId> |
| | | <version>12.14.1</version> |
| | | </dependency> |
| | | </dependencies> |
| | | |
| | | <build> |