|
@ -5,7 +5,7 @@ |
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
|
|
|
|
|
<properties> |
|
|
<properties> |
|
|
<seaweedfs.client.version>1.2.2</seaweedfs.client.version> |
|
|
<seaweedfs.client.version>1.2.3</seaweedfs.client.version> |
|
|
<hadoop.version>2.9.2</hadoop.version> |
|
|
<hadoop.version>2.9.2</hadoop.version> |
|
|
</properties> |
|
|
</properties> |
|
|
|
|
|
|
|
@ -79,6 +79,10 @@ |
|
|
<exclude>org.apache.log4j</exclude> |
|
|
<exclude>org.apache.log4j</exclude> |
|
|
</excludes> |
|
|
</excludes> |
|
|
</relocation> |
|
|
</relocation> |
|
|
|
|
|
<relocation> |
|
|
|
|
|
<pattern>org.apache.http</pattern> |
|
|
|
|
|
<shadedPattern>shaded.org.apache.http</shadedPattern> |
|
|
|
|
|
</relocation> |
|
|
</relocations> |
|
|
</relocations> |
|
|
</configuration> |
|
|
</configuration> |
|
|
</execution> |
|
|
</execution> |
|
|
xxxxxxxxxx