Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
7 changes: 0 additions & 7 deletions gapic-libraries-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1361,13 +1361,6 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-vertexai-bom</artifactId>
<version>1.49.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-vertexai:current} -->
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-video-intelligence-bom</artifactId>
Expand Down
3 changes: 2 additions & 1 deletion generate-readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ def client_for_module(module) -> Optional[CloudClient]:
'java-notification',
'java-shared-config',
'java-shared-dependencies',
'java-samples'
'java-samples',
'java-vertexai'
]

LIBRARIES_IN_MONOREPO = glob("java-*")
Expand Down
1 change: 1 addition & 0 deletions generation/check_non_release_please_versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ for pomFile in $(find . -mindepth 2 -name pom.xml | sort ); do
[[ "${pomFile}" =~ .*google-auth-library-java.* ]] || \
[[ "${pomFile}" =~ .*java-storage.* ]] || \
[[ "${pomFile}" =~ .*java-storage-nio.* ]] || \
[[ "${pomFile}" =~ .*java-vertexai.* ]] || \
[[ "${pomFile}" =~ .*.github*. ]]; then
continue
fi
Expand Down
11 changes: 0 additions & 11 deletions java-vertexai/.cloud/main.tf

This file was deleted.

7 changes: 0 additions & 7 deletions java-vertexai/.cloud/variables.tf

This file was deleted.

16 changes: 0 additions & 16 deletions java-vertexai/.repo-metadata.json

This file was deleted.

335 changes: 0 additions & 335 deletions java-vertexai/CHANGELOG.md

This file was deleted.

28 changes: 0 additions & 28 deletions java-vertexai/CONTRIBUTING.md

This file was deleted.

202 changes: 0 additions & 202 deletions java-vertexai/LICENSE

This file was deleted.

Loading
Loading