|
85 | 85 | <version>1.7.32</version> |
86 | 86 | </dependency> |
87 | 87 |
|
88 | | -<!-- <dependency>--> |
89 | | -<!-- <groupId>com.amazonaws</groupId>--> |
90 | | -<!-- <artifactId>aws-java-sdk-core</artifactId>--> |
91 | | -<!-- <version>1.12.720</version>--> |
92 | | -<!-- </dependency>--> |
93 | | -<!-- <dependency>--> |
94 | | -<!-- <groupId>com.amazonaws</groupId>--> |
95 | | -<!-- <artifactId>aws-java-sdk-s3</artifactId>--> |
96 | | -<!-- <version>1.12.720</version>--> |
97 | | -<!-- </dependency>--> |
| 88 | + <dependency> |
| 89 | + <groupId>com.amazonaws</groupId> |
| 90 | + <artifactId>aws-java-sdk-core</artifactId> |
| 91 | + <version>1.12.720</version> |
| 92 | + <scope>provided</scope> |
| 93 | + </dependency> |
| 94 | + <dependency> |
| 95 | + <groupId>com.amazonaws</groupId> |
| 96 | + <artifactId>aws-java-sdk-s3</artifactId> |
| 97 | + <version>1.12.720</version> |
| 98 | + <scope>provided</scope> |
| 99 | + </dependency> |
98 | 100 |
|
99 | | -<!-- <dependency>--> |
100 | | -<!-- <groupId>com.azure</groupId>--> |
101 | | -<!-- <artifactId>azure-storage-blob</artifactId>--> |
102 | | -<!-- <version>12.26.1</version>--> |
103 | | -<!-- </dependency>--> |
104 | | -<!-- <dependency>--> |
105 | | -<!-- <groupId>com.azure</groupId>--> |
106 | | -<!-- <artifactId>azure-identity</artifactId>--> |
107 | | -<!-- <version>1.13.0</version>--> |
108 | | -<!-- </dependency>--> |
| 101 | + <dependency> |
| 102 | + <groupId>com.azure</groupId> |
| 103 | + <artifactId>azure-storage-blob</artifactId> |
| 104 | + <version>12.26.1</version> |
| 105 | + <scope>provided</scope> |
| 106 | + </dependency> |
| 107 | + <dependency> |
| 108 | + <groupId>com.azure</groupId> |
| 109 | + <artifactId>azure-identity</artifactId> |
| 110 | + <version>1.13.0</version> |
| 111 | + <scope>provided</scope> |
| 112 | + </dependency> |
109 | 113 | </dependencies> |
110 | 114 |
|
111 | 115 | <build> |
|
0 commit comments