|
2 | 2 | <modelVersion>4.0.0</modelVersion> |
3 | 3 | <groupId>com.dscalzi</groupId> |
4 | 4 | <artifactId>ZipExtractor</artifactId> |
5 | | - <version>1.2.2</version> |
| 5 | + <version>1.2.3</version> |
6 | 6 | <name>Zip Extractor</name> |
7 | 7 | <description>Utility plugin to extract archives and compress files.</description> |
8 | 8 | <url>https://github.com/dscalzi/ZipExtractor</url> |
|
63 | 63 | <relocations> |
64 | 64 | <relocation> |
65 | 65 | <pattern>org.bstats</pattern> |
66 | | - <shadedPattern>lib.org.bstats</shadedPattern> |
| 66 | + <shadedPattern>com.dscalzi.bstats</shadedPattern> |
67 | 67 | </relocation> |
68 | 68 | </relocations> |
69 | 69 | <filters> |
|
72 | 72 | <excludes> |
73 | 73 | <exclude>META-INF/**</exclude> |
74 | 74 | </excludes> |
75 | | - </filter> |
| 75 | + </filter> |
76 | 76 | <filter> |
77 | | - <artifact>commons-logging:commons-logging-api</artifact> |
| 77 | + <artifact>commons-logging:commons-logging</artifact> |
78 | 78 | <includes> |
79 | 79 | <include>org/apache/commons/logging/**</include> |
80 | 80 | </includes> |
|
113 | 113 | <dependency> |
114 | 114 | <groupId>org.tukaani</groupId> |
115 | 115 | <artifactId>xz</artifactId> |
116 | | - <version>1.6</version> |
| 116 | + <version>1.8</version> |
117 | 117 | </dependency> |
118 | 118 | <!-- https://mvnrepository.com/artifact/com.github.junrar/junrar --> |
119 | 119 | <dependency> |
120 | 120 | <groupId>com.github.junrar</groupId> |
121 | 121 | <artifactId>junrar</artifactId> |
122 | | - <version>0.7</version> |
| 122 | + <version>3.0.0</version> |
123 | 123 | <exclusions> |
124 | | - <exclusion> |
125 | | - <groupId>org.codehaus.plexus</groupId> |
126 | | - <artifactId>plexus-utils</artifactId> |
127 | | - </exclusion> |
128 | | - <exclusion> |
129 | | - <groupId>org.apache.maven.scm</groupId> |
130 | | - <artifactId>maven-scm-api</artifactId> |
131 | | - </exclusion> |
132 | | - <exclusion> |
133 | | - <groupId>org.apache.maven.scm</groupId> |
134 | | - <artifactId>maven-scm-provider-svnexe</artifactId> |
135 | | - </exclusion> |
136 | | - <exclusion> |
137 | | - <groupId>org.apache.maven.scm</groupId> |
138 | | - <artifactId>maven-scm-provider-svn-commons</artifactId> |
139 | | - </exclusion> |
140 | 124 | <exclusion> |
141 | 125 | <groupId>org.apache.commons</groupId> |
142 | 126 | <artifactId>commons-vfs2</artifactId> |
|
0 commit comments