File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 3333 <minimizeJar >true</minimizeJar >
3434 <artifactSet >
3535 <includes >
36- <include >org.apache.commons:commons-lang3</include >
37- <include >org.apache.commons:commons-text</include >
3836 <include >org.antlr:antlr4-runtime</include >
3937 </includes >
4038 </artifactSet >
4139 <relocations >
42- <relocation >
43- <pattern >org.apache.commons.lang3</pattern >
44- <shadedPattern >com.github.jknack.handlebars.internal.lang3</shadedPattern >
45- </relocation >
46- <relocation >
47- <pattern >org.apache.commons.text</pattern >
48- <shadedPattern >com.github.jknack.handlebars.internal.text</shadedPattern >
49- </relocation >
5040 <relocation >
5141 <pattern >org.antlr.v4.runtime</pattern >
5242 <shadedPattern >com.github.jknack.handlebars.internal.antlr</shadedPattern >
150140 <dependency >
151141 <groupId >org.apache.commons</groupId >
152142 <artifactId >commons-lang3</artifactId >
153- <optional >true</optional >
154143 </dependency >
155144
156145 <dependency >
157146 <groupId >org.apache.commons</groupId >
158147 <artifactId >commons-text</artifactId >
159- <optional >true</optional >
160148 </dependency >
161149
162150 <!-- ANTLRv4 -->
You can’t perform that action at this time.
0 commit comments