Skip to content

Commit 395ab28

Browse files
committed
commons-compress 1.10
1 parent a32f251 commit 395ab28

File tree

1 file changed

+1
-28
lines changed

1 file changed

+1
-28
lines changed

pom.xml

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
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>
@@ -126,33 +126,6 @@
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>

0 commit comments

Comments
 (0)