Skip to content

Commit

Permalink
import Ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhenyiQ committed Dec 11, 2023
1 parent f6c58f0 commit 475e7bd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion generation/consolidate_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ removeArtifactVersion 'dependency' 'google-api-services-cloudresourcemanager'
removeArtifactVersion 'dependency' 'google-api-services-storage'
removeArtifactVersion 'dependency' 'google-cloud-storage'
removeArtifactVersion 'plugin' 'maven-checkstyle-plugin'
removeArtifactVersion 'dependency' 'mockito-core'
removeArtifactVersion 'dependency' 'mockito-all'
removeArtifactVersion 'dependency' 'objenesis'
annotateArtifactVersion 'dependency' 'grafeas'
annotateArtifactVersion 'dependency' 'proto-google-cloud-orgpolicy-v1'
Expand Down
4 changes: 2 additions & 2 deletions java-vertexai/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"repo_short": "java-vertexai",
"distribution_name": "com.google.cloud:google-cloud-vertexai",
"api_id": "vertexai.googleapis.com",
"library_type": "GAPIC_AUTO",
"library_type": "GAPIC_COMBO",
"requires_billing": true
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
import java.util.Iterator;
import java.util.List;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
Expand Down

0 comments on commit 475e7bd

Please sign in to comment.