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 61
61
<dependency >
62
62
<groupId >org.apache.commons</groupId >
63
63
<artifactId >commons-compress</artifactId >
64
- <version >1.10-SNAPSHOT </version >
64
+ <version >1.10</version >
65
65
</dependency >
66
66
<dependency >
67
67
<groupId >org.iq80.snappy</groupId >
126
126
</execution >
127
127
</executions >
128
128
</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 >
156
129
<plugin >
157
130
<groupId >org.apache.maven.plugins</groupId >
158
131
<artifactId >maven-enforcer-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments