Skip to content
This repository was archived by the owner on Sep 9, 2023. It is now read-only.

Commit

Permalink
cleanup: remove migrated sample (#1137)
Browse files Browse the repository at this point in the history
* cleanup: remove migrated sample

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* chore: retrigger snippet bot

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* chore: retrigger snippet bot

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
Shabirmean and gcf-owl-bot[bot] authored Jan 4, 2023
1 parent 36faad4 commit d4f354c
Show file tree
Hide file tree
Showing 194 changed files with 10 additions and 19,666 deletions.
146 changes: 3 additions & 143 deletions README.md

Large diffs are not rendered by default.

38 changes: 7 additions & 31 deletions samples/snippets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" 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>
<artifactId>aiplatform-snippets</artifactId>
<artifactId>-snippets</artifactId>
<packaging>jar</packaging>
<name>Google Cloud Vertex AI Snippets</name>
<name>Google Vertex AI Snippets</name>
<url>https://github.com/googleapis/java-aiplatform</url>

<!--
The parent pom defines common style checks and testing strategies for our samples.
Removing or replacing it should not affect the execution of the samples in anyway.
Removing or replacing it should not affect the execution of the samples in any way.
-->
<parent>
<groupId>com.google.cloud.samples</groupId>
Expand All @@ -22,29 +22,15 @@
<maven.compiler.source>1.8</maven.compiler.source>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<!-- [START aiplatform_install_with_bom] -->

<dependencies>
<!-- TODO: switch to libraries-bom after this artifact is included -->
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-aiplatform</artifactId>
<version>3.4.1</version>
</dependency>
<!-- [END aiplatform_install_with_bom] -->
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage</artifactId>
<version>2.13.0</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java-util</artifactId>
<version>4.0.0-rc-2</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.9.1</version>
<version>3.7.0</version>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand All @@ -57,15 +43,5 @@
<version>1.1.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-aiplatform-v1beta1</artifactId>
<version>0.20.1</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigquery</artifactId>
<version>2.18.0</version>
</dependency>
</dependencies>
</project>
Binary file removed samples/snippets/resources/daisy.jpg
Binary file not shown.
Binary file removed samples/snippets/resources/image_flower_daisy.jpg
Binary file not shown.
Binary file removed samples/snippets/resources/iod_caprese_salad.jpg
Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit d4f354c

Please sign in to comment.