File tree Expand file tree Collapse file tree 1 file changed +1
-28
lines changed Expand file tree Collapse file tree 1 file changed +1
-28
lines changed Original file line number Diff line number Diff line change 6161 <dependency >
6262 <groupId >org.apache.commons</groupId >
6363 <artifactId >commons-compress</artifactId >
64- <version >1.10-SNAPSHOT </version >
64+ <version >1.10</version >
6565 </dependency >
6666 <dependency >
6767 <groupId >org.iq80.snappy</groupId >
126126 </execution >
127127 </executions >
128128 </plugin >
129- <plugin >
130- <groupId >org.apache.maven.plugins</groupId >
131- <artifactId >maven-shade-plugin</artifactId >
132- <version >1.4</version >
133- <executions >
134- <execution >
135- <phase >package</phase >
136- <goals >
137- <goal >shade</goal >
138- </goals >
139- <configuration >
140- <minimizeJar >true</minimizeJar >
141- <artifactSet >
142- <includes >
143- <include >org.apache.commons:commons-compress</include >
144- </includes >
145- </artifactSet >
146- <relocations >
147- <relocation >
148- <pattern >org.apache.commons.compress</pattern >
149- <shadedPattern >org.codehaus.plexus.archiver.commonscompress</shadedPattern >
150- </relocation >
151- </relocations >
152- </configuration >
153- </execution >
154- </executions >
155- </plugin >
156129 <plugin >
157130 <groupId >org.apache.maven.plugins</groupId >
158131 <artifactId >maven-enforcer-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments