Skip to content

Commit 2ce199d

Browse files
authored
Fixed pack configuration
1 parent aee7e48 commit 2ce199d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pom-pack.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,6 @@
9797
<option>-keep public class com.github.underscore.Optional { *; }</option>
9898
<option>-keep public class com.github.underscore.PredicateIndexed { *; }</option>
9999
<option>-keep public class com.github.underscore.Template { *; }</option>
100-
<option>-keep public class com.github.underscore.Trie { *; }</option>
101-
<option>-keep public class com.github.underscore.Trie$TrieNode { *; }</option>
102-
<option>-keep public class com.github.underscore.Tuple { *; }</option>
103100
<option>-keep public class com.github.underscore.Base32 { *; }</option>
104101
<option>-keep public class com.github.underscore.Json { *; }</option>
105102
<option>-keep public class com.github.underscore.U { *; }</option>
@@ -109,7 +106,8 @@
109106
<option>-keep public class com.github.underscore.*$ParseException { *; }</option>
110107
<option>-keep public class com.github.underscore.*$FetchResponse { *; }</option>
111108
<option>-keep public class com.github.underscore.*$LRUCache { *; }</option>
112-
<option>-keep public class com.github.underscore.*$Mode { *; }</option>
109+
<option>-keep public class com.github.underscore.*$XmlToJsonMode { *; }</option>
110+
<option>-keep public class com.github.underscore.*$JsonToXmlMode { *; }</option>
113111
<option>-keep public class com.github.underscore.*$Builder { *; }</option>
114112
<option>-keep public class com.github.underscore.*$ArrayBuilder { *; }</option>
115113
<option>-keep public class com.github.underscore.Json$JsonStringBuilder$Step { *; }</option>

0 commit comments

Comments
 (0)