diff --git a/storage-shared-benchmarking/pom.xml b/storage-shared-benchmarking/pom.xml index f8b20c8dcc..3a4f575452 100644 --- a/storage-shared-benchmarking/pom.xml +++ b/storage-shared-benchmarking/pom.xml @@ -18,18 +18,6 @@ 1.8 UTF-8 - - - - - com.google.cloud - libraries-bom - 26.22.0 - pom - import - - - info.picocli @@ -39,7 +27,6 @@ com.google.cloud google-cloud-storage - 2.26.2-SNAPSHOT com.google.cloud @@ -70,27 +57,46 @@ org.apache.maven.plugins - maven-jar-plugin - 3.3.0 - - - - true - dependency-jars/ - com.google.cloud.storage.benchmarking.StorageSharedBenchmarkingCli - - - + maven-shade-plugin + + + package + + shade + + + ${uberjar.name} + + + com.google.cloud.storage.benchmarking.StorageSharedBenchmarkingCli + + + + + + + *:* + + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + + + + + + org.apache.maven.plugins maven-dependency-plugin - 3.6.0 org.apache.maven.plugins maven-deploy-plugin - 3.1.1 true @@ -98,7 +104,6 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.13 true