Skip to content

Commit 134c62a

Browse files
authored
Mark org.apache.ant:ant as optional=true
ant is not required for usage of cglib, hence should be marked as optional. Related to spring-projects/spring-boot#10137 (comment)
1 parent cba70ba commit 134c62a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cglib/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
<dependency>
6565
<groupId>org.apache.ant</groupId>
6666
<artifactId>ant</artifactId>
67+
<optional>true</optional>
6768
</dependency>
6869

6970
<dependency>

0 commit comments

Comments
 (0)