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:
Abe Ratnofsky 2023-03-14 15:57:14 -05:00 committed by Caleb Rackliffe
parent 5c51f05dab
commit fb95112427
2 changed files with 2 additions and 1 deletions

View File

@ -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)

View File

@ -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>