Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit f2c90da

Browse files
Add missing dependency codec for storage starter. (#574)
Signed-off-by: Pan Li <panli@microsoft.com>
1 parent 8fc424d commit f2c90da

File tree

2 files changed

+10
-0
lines changed
  • azure-spring-boot
  • azure-spring-boot-starters/azure-storage-spring-boot-starter

2 files changed

+10
-0
lines changed

azure-spring-boot-starters/azure-storage-spring-boot-starter/pom.xml

+4
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,9 @@
3434
<groupId>commons-io</groupId>
3535
<artifactId>commons-io</artifactId>
3636
</dependency>
37+
<dependency>
38+
<groupId>commons-codec</groupId>
39+
<artifactId>commons-codec</artifactId>
40+
</dependency>
3741
</dependencies>
3842
</project>

azure-spring-boot/pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@
4141
<optional>true</optional>
4242
</dependency>
4343

44+
<dependency>
45+
<groupId>commons-codec</groupId>
46+
<artifactId>commons-codec</artifactId>
47+
<optional>true</optional>
48+
</dependency>
49+
4450
<!--Cloud Foundry support-->
4551
<dependency>
4652
<groupId>com.google.code.findbugs</groupId>

0 commit comments

Comments
 (0)