Skip to content

Commit f19ab48

Browse files
committed
Improve pom-pack.xml.
1 parent 1757aba commit f19ab48

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom-pack.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@
109109
<option>-keep public class com.github.underscore.lodash.*$LRUCache { *; }</option>
110110
<option>-keep public class com.github.underscore.lodash.Json$JsonStringBuilder$Step { *; }</option>
111111
<option>-keep public class com.github.underscore.lodash.Xml$XmlStringBuilder$Step { *; }</option>
112+
<option>-keep public class com.github.underscore.lodash.Xml$XmlStringBuilder { *; }</option>
113+
<option>-keep public class com.github.underscore.lodash.Xml$FromType { *; }</option>
112114
<option>-keepclassmembers class * { *** newArrayList(); *** newLinkedHashSet(); *** newHashSet(java.lang.Iterable); *** newLinkedHashMap(); }</option>
113115
<option>-dontnote com.github.underscore.*$ClassForName</option>
114116
</options>

0 commit comments

Comments
 (0)