Skip to content

Commit

Permalink
Moving CLI files back into ssb module
Browse files Browse the repository at this point in the history
  • Loading branch information
sydney-munro committed Aug 22, 2023
1 parent 76d9c36 commit f1066c4
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 26 deletions.
6 changes: 0 additions & 6 deletions google-cloud-storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -251,12 +251,6 @@
<version>1.7.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>info.picocli</groupId>
<artifactId>picocli</artifactId>
<version>4.7.0</version>
<scope>test</scope>
</dependency>

</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
<module>proto-google-cloud-storage-v2</module>
<module>gapic-google-cloud-storage-v2</module>
<module>google-cloud-storage-bom</module>
<module>ssb</module>
<module>storage-shared-benchmarking</module>
</modules>

<profiles>
Expand Down
24 changes: 5 additions & 19 deletions ssb/pom.xml → storage-shared-benchmarking/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<packaging>jar</packaging>
<artifactId>storage-shared-benchmarking</artifactId>
<version>0.0.1-SNAPSHOT</version><!-- This artifact should not be released -->

<parent>
<groupId>com.google.cloud.samples</groupId>
<artifactId>shared-configuration</artifactId>
<version>1.2.0</version>
<relativePath/>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage-parent</artifactId>
<version>2.26.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage:current} -->
</parent>

<properties>
Expand Down Expand Up @@ -86,20 +86,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.6.0</version>
<executions>
<execution>
<id>copy-dependencies</id>
<phase>package</phase>
<goals>
<goal>copy-dependencies</goal>
</goals>
<configuration>
<outputDirectory>
${project.build.directory}/dependency-jars/
</outputDirectory>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit f1066c4

Please sign in to comment.