Skip to content

Commit

Permalink
GH-288 - Add Spring's ReflectionUtils to the list of shaded classes.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Nov 22, 2024
1 parent b6fa55b commit b64e853
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jmolecules-archunit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
<include>org/springframework/util/ClassUtils.class</include>
<include>org/springframework/util/ConcurrentReferenceHashMap*.class</include>
<include>org/springframework/util/ObjectUtils.class</include>
<include>org/springframework/util/ReflectionUtils*.class</include>
<include>org/springframework/util/StringUtils.class</include>
</includes>
</filter>
Expand Down

0 comments on commit b64e853

Please sign in to comment.