File tree 1 file changed +0
-12
lines changed
1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 33
33
<minimizeJar >true</minimizeJar >
34
34
<artifactSet >
35
35
<includes >
36
- <include >org.apache.commons:commons-lang3</include >
37
- <include >org.apache.commons:commons-text</include >
38
36
<include >org.antlr:antlr4-runtime</include >
39
37
</includes >
40
38
</artifactSet >
41
39
<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 >
50
40
<relocation >
51
41
<pattern >org.antlr.v4.runtime</pattern >
52
42
<shadedPattern >com.github.jknack.handlebars.internal.antlr</shadedPattern >
150
140
<dependency >
151
141
<groupId >org.apache.commons</groupId >
152
142
<artifactId >commons-lang3</artifactId >
153
- <optional >true</optional >
154
143
</dependency >
155
144
156
145
<dependency >
157
146
<groupId >org.apache.commons</groupId >
158
147
<artifactId >commons-text</artifactId >
159
- <optional >true</optional >
160
148
</dependency >
161
149
162
150
<!-- ANTLRv4 -->
You can’t perform that action at this time.
0 commit comments