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

Commit e4107cc

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

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
@@ -35,6 +35,12 @@
3535
<optional>true</optional>
3636
</dependency>
3737

38+
<dependency>
39+
<groupId>commons-codec</groupId>
40+
<artifactId>commons-codec</artifactId>
41+
<optional>true</optional>
42+
</dependency>
43+
3844
<dependency>
3945
<groupId>commons-io</groupId>
4046
<artifactId>commons-io</artifactId>

0 commit comments

Comments
 (0)