mirror of https://github.com/apache/cassandra
Upgrade maven-shade-plugin to 3.4.1 to fix shaded dtest JAR build
patch by Abe Ratnofsky; reviewed by Caleb Rackliffe CASSANDRA-18136
This commit is contained in:
parent
5c51f05dab
commit
fb95112427
|
|
@ -1,4 +1,5 @@
|
|||
5.0
|
||||
* Upgrade maven-shade-plugin to 3.4.1 to fix shaded dtest JAR build (CASSANDRA-18136)
|
||||
* Upgrade to Opcodes.ASM9 (CASSANDRA-17971)
|
||||
* Add MaxSSTableSize and MaxSSTableDuration metrics and propagate them together with local read/write ratio to tablestats (CASSANDRA-18283)
|
||||
* Add more logging around CompactionManager operations (CASSANDRA-18268)
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-shade-plugin</artifactId>
|
||||
<version>3.2.1</version>
|
||||
<version>3.4.1</version>
|
||||
|
||||
<configuration>
|
||||
<createSourcesJar>false</createSourcesJar>
|
||||
|
|
|
|||
Loading…
Reference in New Issue