Skip to content

Commit 1ca4f1b

Browse files
committed
handlebars: remove shaded dependencies jknack#1016
1 parent 4d043ce commit 1ca4f1b

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

handlebars/pom.xml

-12
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,10 @@
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>
@@ -150,13 +140,11 @@
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 -->

0 commit comments

Comments
 (0)